Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softeq/tpkeyboardavoiding-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2024-02-09T14:23:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T17:12:00.000Z (10 months ago)
- Last Synced: 2024-11-14T15:13:50.946Z (about 2 months ago)
- Topics: dotnet, dotnet8, ios, maui, xamarin, xamarin-binding, xamarin-ios, xamarin-ios-binding
- Language: C#
- Homepage: https://github.com/michaeltyson/TPKeyboardAvoiding
- Size: 266 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.