Skip to content

azchohfi/Xamarin-TPKeyboardAvoiding.iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

These are MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

Download

NuGet: NuGet Badge

MyGet: https://www.myget.org/F/azchohfi/api/v3/index.json

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)"

About

MonoTouch (Xamarin.iOS) bindings for TPKeyboardAvoiding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.4%
  • Makefile 37.1%
  • Smalltalk 3.0%
  • Ruby 2.5%