Skip to content

Releases: CooperRS/RMActionController

Version 1.3.1

17 Sep 08:05
Compare
Choose a tag to compare
  • Add support for iOS 11 GM
  • Add support for iPhone X
  • Xcode 9 is now required for building
    • At runtime, iOS 8 is still fine

Version 1.3.0

09 Sep 12:16
Compare
Choose a tag to compare
  • 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

Version 1.2.1

23 Nov 18:36
Compare
Choose a tag to compare
  • Fix RMActionController.podspec

Version 1.2.0

20 Nov 11:26
Compare
Choose a tag to compare
  • 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

Version 1.1.0

31 Oct 16:41
Compare
Choose a tag to compare
  • Swift 3 compatible (required an API change, see Migration for more information on that)
  • Adapt UI for iOS 9 and 10

Version 1.0.5

31 Oct 16:41
Compare
Choose a tag to compare
  • Swift Demo project
  • Bugfixes

Version 1.0.4

31 Oct 16:42
Compare
Choose a tag to compare
  • Destructive action style
  • Generics

Version 1.0.3

31 Oct 16:43
Compare
Choose a tag to compare
  • Added tests for RMActionController
  • Bugfixes

Version 1.0.2

31 Oct 16:43
Compare
Choose a tag to compare
  • Blurred background
  • Bugfixes

Version 1.0.1

31 Oct 16:44
Compare
Choose a tag to compare
  • Bugfixes