Releases: TimOliver/TOCropViewController
Releases · TimOliver/TOCropViewController
v2.7.4
v2.7.3
v2.7.2
v2.7.1
v2.7.0
Added
- Set minimum version to iOS 11. (#571)
- A
PrivacyInfo.xcprivacy
file to the resource bundle in order to be compliant with Apple's new privacy requirements. (#569) - A new aspect ratio setting of 16:6. (#557)
- Ukranian localization. (#529)
Enchancements
- Updated project for Xcode 15. (#571)
- Exposed
reverseContentLayout
as an external property. (#568) - Exposed
cropView
as an external property. (#532) - Added a way to revert back to the original aspect ratio after selecting a custom ratio from the list. (#543)
Fixed
v2.6.1
v2.6.0
Added
- Extremely basic support for Mac Catalyst, with an accompanying sample app. (#464)
- Switched to using system SF Symbol icons on iOS 13.0 and up. (#455)
doneButtonColor
andcancelButtonColor
properties to control the color of the main call-to-action buttons in the toolbar. (#436)showOnlyIcons
property to disable showing the "Cancel" and "Done" text labels. (#438)commitCurrentCrop()
method to programmatically simulate tapping the 'Done' button. (#441)- Added Catalan localization. (#449)
Fixed
- Fixed an issue where visible snapping would occur during the presentation animation on iPad models with rounded corners. (#461)
- Improved logic for detecting whether the controller needs to be popped or dismissed from its current presentation context. (#443)
- Fixed a CocoaPods installation issue where warnings would be displayed about importing the header references needed for SPM support. (#445)
- Added provisions for later versions of SPM no longer supporting iOS 8. (#448)
- Added
allowedAspectRatios
property to Swift layer. (#453)