GitHub - MarcBruins/MBAutoComplete: C# autocomplete field for iOS

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

C# autocomplete field for iOS

License

MIT license

11 stars 9 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

MBAutoComplete

Completely customizable Xamarin iOS autocomplete field

Example

Note that library is not an out of the box solution that looks perfectly on everything. It has some default behaviour which you can use to setup an autocomplete field really quick if that is what you want. But the nice thing about this library is that it is completely customizable.

Quickstart

  1. Add the package to your project.
  2. In the interface builder select the textfield that you want to have autocomplete functionality and bind it to the viewcontroller
  3. Change the class  to "MBAutoCompleteTextField"
  4. Call the setup method in the ViewDidAppear
  5. Done!

For more info checkout: http://www.marcbruins.nl/xamarin-ios-autocomplete

About

C# autocomplete field for iOS

Resources

Readme

License

MIT license

Activity

Stars

11 stars

Watchers

3 watching

Forks

9 forks

Releases

No releases published

Languages