All notable changes to this project will be documented in this file.
MMSProfileImagePicker
adheres to Semantic Versioning.
- Upgraded to latest version of MMSCameraViewController (#7). This fixes the problem where a picture could be taken one is already in progress.
- Fixed by William Miller.
- Updated to use MMSCameraViewController 1.0.0
- Updated the example to use the latest version of dependent cocoa components.
- Add privacy descriptions to example for accessing the camera and photo library.
- Rebuilt with cocoapods 1.2.1
- Fixed by William Miller.
- FBSnapShotTestCase compiles with warnings. It’s a know problem with the component.
- Fixed problems introduced in project and workspace with pod install.
- Corrected problem of duplicate schemes
- Fixed by William Miller.
- Used localized strings for the text in the controls for the edit screen.
- Changed by William Miller.
- Added file .swift-version to project. Missed in version 1.2.0. Consequently adding 1.2 to cocoapods failed and cannot correct without a new version.
- Added by William Miller.
- Corrected problem where unable to sitch camera when return to camera from edit screen (#1)
- Replaced UIImagePickerController with MMSCameraViewController Pod for taking.
- Has a limitation when taking a photo with the front lens where the captured image is the mirrored reflection. Needs a new version of the camera object to correct.
- Dependent pod MMSCameraViewController requires swift 3.
- Added by William Miller.
- Refreshed project files for cocoapods 1.0.1
- Worked out all the kinks with travis-ci to build the complete project
- Published to cocoapods.
- Still need to beef up the automated tests.
- Corrected constraint warning in example storyboard.
- Corrected build warnings for build targets where cocoapods used
${} instead of $ () - Removed version history from readme.md
- Added by William Miller.
- Updated example code with version 1.0.5.
- Added by William Miller.
- Added appledoc comments to MMSProfileImagePickerDelegate.
- Added by William Miller.
- Added CHANGELOG.md file.
- Added by William Miller.
- Renamed property maxiumuZoomScale to maximumZoomScale
- Added references to articles in the README.md
- Updated by William Miller.
- Removed commented out code that no longer applies.
- Removed by William Miller.
- Embellished and corrected comments to support appledoc.
- Updated by William Miller.
- updated documentation to conform with appledocs format.
- Updated by William Miller.
- Problems with successful travis-ci builds.
- Fixed by William Miller.
- Initial release of MMSProfileImagePicker.
- Added by William Miller.