Skip to content

Releases: TimOliver/TOCropViewController

v3.1.1

20 Nov 08:26

Choose a tag to compare

Fixed

  • A crash occurring on (allegedly) certain older beta version of iOS 26.0. (#635)
  • A UI layout issue where the Done button would be obscured by the iPadOS title bar buttons when in windowed mode. (#631)
  • Fixed a rotation animation issue occuring on iOS 26. (#636)

v3.1.0

18 Oct 04:17

Choose a tag to compare

Fixed

  • The cropping region being scaled to its minimum size when the toolbar position was set to top. (#626)
  • Gated out the iOS 26 code so the code is still buildable in Xcode 16.0. (#620)
  • The sizing code of the middle toolbar so it doesn't look overstreteched with fewer icons. (#624)

v3.0.0

30 Sep 12:42

Choose a tag to compare

Added

  • A new Liquid Glass design for iOS 26. 🎉 (#619)
  • Configurable lists of available aspect ratios. (#608)

Enhancements

  • Updated Xcode project for Xcode 26. (#618)

Fixed

  • Deprecated imageEdgeInsets for iOS 15 and above. (#618)

v2.8.0

23 Sep 08:26

Choose a tag to compare

Added

  • Deprecated iOS 11 as it no longer supported in Xcode 26.

Fixed

  • A bug in iOS 26 where the toolbar buttons would appear misaligned.

v2.7.4

10 Dec 14:22

Choose a tag to compare

Fixed

  • Another invalid configuration in the privacy manifest. (#580)

v2.7.3

20 Apr 05:13

Choose a tag to compare

Fixed

  • An invalid configuration in the privacy manifest. (#576)
  • Removed deprecated Core Graphics render APIs. (#578)

v2.7.2

08 Apr 01:21

Choose a tag to compare

Added

  • Initial support for visionOS. (#572)

Fixed

  • A crash when tapping the aspect ratio button. (#573)

v2.7.1

06 Apr 10:47

Choose a tag to compare

Enhancements

  • Added better support for Swift Concurrency. (#563)

v2.7.0

06 Apr 09:16

Choose a tag to compare

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

  • A deprecation warning when trying to detect the current device's idiom. ((#543)
  • Added in a variety of properties that were available in TOCropViewController but not CropViewController. ((#541)

v2.6.1

24 Jan 00:44

Choose a tag to compare

Fixed

  • Removed unneeded layout calculation. (#485)
  • Incorrect accessibility label for the 'Reset' button. (#487)
  • Improved Japanese localization. (#502)
  • Fixed an API typo in the Swift interface. (#504)
  • Fixed incorrect comment formatting producing HTML errors. (#507)