TGCameraViewController Versions Save

Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.

2.2.8

7 years ago
  • Fix: Validate delegate responds to `cameraDidSavePhotoAtPath before calling (#83)

2.2.7

7 years ago
  • Fix an issue loading button images in Release (#78)
  • Fix Swift example code to change the default tint color
  • Bump podspec mininum iOS version to 8.0 (#76)

2.2.6

7 years ago

This update fixes some issues when building with iOS 10.0. If you are supporting iOS 10, please update to 2.2.6 and read the Privacy section of the README.

  • Replace images that were being identified with P3 display mode when building in iOS 10.0, which could cause apps not to pass validation if the deployment target was lower than 9.3
  • Add privacy keys to Info.plist for building with iOS 10.0
  • Update Swift example project to Swift 3

2.2.5

7 years ago
  • Present the album view controller as a popover (fixes #70)
  • Enable using the lib from the simulator without crashing (with only album selection available)

2.2.4

7 years ago
  • Fix issues using library with use_frameworks!

2.2.3

7 years ago
  • Fix issue that could cause icons to disappear when building on Release (#64)
  • Performance improvements loading the camera and taking photos
  • Added Swift target example
  • Refactored the Objective-c example target

2.2.2

8 years ago
  • iOS 9 improvements

2.2.1

8 years ago
  • Added option to displays or hides the filter and album button

2.2

8 years ago
  • Ability to change button colors programmatically

2.1

8 years ago
  • Added icon with latest image from camera roll
  • Added option to displays or hides the button that switches between the front and rear camera