Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softeq/rskimagecropper-xamarin-ios
Port of RSKImageCropper iOS library for Xamarin / .NET8 / MAUI
https://github.com/softeq/rskimagecropper-xamarin-ios
binding-library cropper dotnet dotnet8 image-cropper ios maui xamarin xamarin-ios xamarin-ios-binding
Last synced: about 1 month ago
JSON representation
Port of RSKImageCropper iOS library for Xamarin / .NET8 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/rskimagecropper-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2024-02-26T13:57:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T17:07:07.000Z (10 months ago)
- Last Synced: 2024-12-03T15:44:22.961Z (about 2 months ago)
- Topics: binding-library, cropper, dotnet, dotnet8, image-cropper, ios, maui, xamarin, xamarin-ios, xamarin-ios-binding
- Language: Objective-C
- Homepage: https://github.com/ruslanskorb/RSKImageCropper
- Size: 133 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSKImageCropper for .NET on iOS
Port of RSKImageCropper iOS library for .NET8 / MAUI
[![Build Status](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_apis/build/status/RSKImageCropper%20iOS%20Library/RSKImageCropper-dev?branchName=main)](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=407&branchName=main)
[![NuGet Badge](https://buildstats.info/nuget/Softeq.RSKImageCropper?includePreReleases=true)](https://www.nuget.org/packages/Softeq.RSKImageCropper/)## Installation
*RSKImageCropper requires iOS 12.0 or later.*
NuGet:
```sh
dotnet add package Softeq.RSKImageCropper
```### NET.iOS Linker
Add Mtouch command `--optimize=-remove-dynamic-registrar`
## License
RSKImageCropper binding library for iOS is released under the MIT license. See [LICENSE](LICENSE) for details.