These are MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding
MyGet: https://www.myget.org/F/azchohfi/api/v3/index.json
- iOS SDK
- Xamarin Studio
- Cocoapods
- Make
- NuGet (optional for packaging)
Just run
make
This downloads sources via CocoaPods, creates the static objective-c library and finally links all into a .dll-file.
Run
make package
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)"