Skip to content

This is an iOS control for presenting any UIView in an UIActionSheet/UIAlertController like manner.

License

Notifications You must be signed in to change notification settings

CopyIsRight/RMActionController

 
 

Repository files navigation

RMActionController Build Status Pod Version

This is an iOS control for presenting any UIView in an UIActionSheet/UIAlertController like manner.

Screenshots

Portrait

Portrait

Landscape

Landscape

Black version

Colors

Installation (CocoaPods)

platform :ios, '8.0'
pod "RMActionController", "~> 1.1.0"

Usage

See the Wiki Pages on how to use RMActionController. Also take a look at Migration on how to migrate to the latest version of RMActionController.

Documentation

There is an additional documentation available provided by the CocoaPods team. Take a look at cocoadocs.org.

Requirements

Compile Time Runtime
Xcode 7 iOS 8
iOS 9 SDK
ARC

Note: ARC can be turned on and off on a per file basis.

Apps using this control

Using this control in your app or know anyone who does?

Feel free to add the app to this list: Apps using RMActionController

##Credits

  • Hannes Tribus (Bugfixes)
  • normKei (Destructive button type)

I want to thank everyone who has contributed code and/or time to this project!

License (MIT License)

Copyright (c) 2015 Roland Moers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is an iOS control for presenting any UIView in an UIActionSheet/UIAlertController like manner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 91.4%
  • Swift 7.9%
  • Ruby 0.7%