To close the controller is required user interaction. I recommend a public accessor type "dismissController" when if that necessary give the programmer can remove the viewing screen
Actually RMActionController is just a UIViewController and you can dismiss it like any other modally pushed view controller using dismissViewControllerAnimated:completion:.
To close the controller is required user interaction. I recommend a public accessor type "dismissController" when if that necessary give the programmer can remove the viewing screen