Skip to content

nganbread/Xamarin.Snippets

Repository files navigation

Xamarin.Snippets

My own personal solutions to various problems I've solved while building Xamarin.iOS apps

ObservableCollectionUITableView

A UITableView with an ObservableCollection<T> backing data sources. Changes to the collection are reflected in the UITableView automatically

Alt text

InputAccessoryUITableViewController

A UITableViewController with a UITextField InputAccessory. The keyboard is opened upon selecting the UITextField and hides as the user scrolls down the UITableView

Alt text Alt text

KeyboardAdjustingUITableViewController

A UITableViewController which automatically scrolls the the TableView up and down when the keyboard appears and disappears

Alt text

About

Various functioning Xamarin solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages