All notable changes to this project will be documented in this file. RMActionController adheres to Semantic Versioning.
- Add support for iOS 11 GM
- Add support for iPhone X
- The blur effect for the background now is disabled by default
- Makes RMActionController look like a default iOS action sheet
- You can enable it at any time using the related property
- Xcode 9 is now required for building
- At runtime, iOS 8 is still fine
- Add new style which mimics the iOS 11 App Store buy sheet
- Add option to disable blur effects for actions
- Allows to show titles and images in their original color
- Fix RMActionController.podspec
- Add RMImageAction and RMScrollableGroupedAction
- These actions allows to build an Apple share sheet like user interface
- Splits up code into multiple files to make everything more readable
- Swift 3 compatible (required an API change, see Migration for more information on that)
- Adapt UI for iOS 9 and 10
- Swift Demo project
- Bugfixes
- Destructive action style
- Generics
- Added tests for RMActionController
- Bugfixes
- Blurred background
- Bugfixes
- Bugfixes
- Initial Release