Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softeq/tpkeyboardavoiding-xamarin-ios

Binding of TPKeyboardAvoiding iOS library for Xamarin / .NET8
https://github.com/softeq/tpkeyboardavoiding-xamarin-ios

dotnet dotnet8 ios maui xamarin xamarin-binding xamarin-ios xamarin-ios-binding

Last synced: 14 days ago
JSON representation

Binding of TPKeyboardAvoiding iOS library for Xamarin / .NET8

Awesome Lists containing this project

README

        

# TPKeyboardAvoiding for .NET on iOS

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.

[![Build Status](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_apis/build/status/TPKeyboardAvoiding%20iOS%20Library/TPKeyboardAvoiding-dev?branchName=main)](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=407&branchName=main)
[![NuGet Badge](https://buildstats.info/nuget/Softeq.TPKeyboardAvoiding?includePreReleases=true)](https://www.nuget.org/packages/Softeq.TPKeyboardAvoiding/)

## Installation

NuGet:

```sh
dotnet add package Softeq.TPKeyboardAvoiding
```

## Basic Examples

See the demo project for more examples. More example in original repo: https://github.com/michaeltyson/TPKeyboardAvoiding/tree/master/TPKeyboardAvoidingSample

## License

TPKeyboardAvoiding binding library for iOS is released under the MIT license. See [LICENSE](LICENSE) for details.