Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Releases: AlexLittlejohn/ALCameraViewController

3.1

Choose a tag to compare

@Tulleb Tulleb released this 16 Oct 13:48
  • Fixed iOS 13 compatibility issue with the crop overlay not being resizable (#301).
  • Upgrade to Swift 5.
  • Bumped iOS minimum compatibility from 8 to 9 in order to rework on the crop overlay system (now using auto-layout).
  • Some more minor fixes and improvements...

3.0.3

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 24 Jan 08:51

Fixed issue #247, iPhone X layout
Merged PR #254, Fixed cropping issues on front camera

3.0.2

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 02 Oct 16:04

Fixed issue #231

3.0.1

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 27 Sep 08:56

Migrated to Swift 4.0

2.0.2

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 08 Sep 11:21

Actually fixed: iPad landscape rotation incorrect #129
Fixed: Crop overlay capturing clicks when isMovable = false #217

2.0.1

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 06 Sep 07:31
  • Fixed: iPad landscape rotation incorrect #129

2.0.0

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 04 Sep 08:28

[This release contains breaking behaviour changes]

  • Added the option to resize the crop overlay by dragging from the corners
    • Setting the minimum crop area is also available

1.4.1

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 30 Aug 08:11
  • Added pinch to zoom #214
  • Added the option to disable the volume buttons for capturing images. #214
    • Use this if you want audio to remain playing in the background.

1.4.0

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 29 Jul 11:09
  • Add ability to disable the camera orientation swap button
  • Skip saving to and loading from library access if allow library access
  • Crop correctly in portrait orientation with library access off
  • Fixed other orientations. The only one that worked before was portrait
  • Refactor cropping code to remove duplication - Jason
  • Fix orientation of resized image - Jason & Wes
  • Fix orientation of images show in preview from front camera

1.3.1

Choose a tag to compare

@AlexLittlejohn AlexLittlejohn released this 10 Apr 11:00
  • Fixed a retain cycle in Dispatch After
  • Merged PR #188
  • Merged PR #160
  • Merged PR #187
  • Merged PR #183