Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 775 Bytes

MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

These are MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

Requirements

  • iOS SDK
  • Xamarin Studio
  • Cocoapods
  • Make
  • NuGet (optional for packaging)

Building the bindings

Just run

make

This downloads sources via CocoaPods, creates the static objective-c library and finally links all into a .dll-file.

Creating the NuGet package

Run

make package

Pushing the NuGet package to a private feed

Setup a private NuGet feed, for example on myget. Push the package to the feed source:

nuget push TPKeyboardAvoiding.$(version).nupkg -Source "$(source_url)" -ApiKey "$(api_key)"