CooperRS / RMActionController

This is an iOS control for presenting any UIView in an UIAlertController like manner
MIT License
539 stars 59 forks source link

Dismiss (close) controller programmatically #16

Closed souzainf3 closed 8 years ago

souzainf3 commented 8 years ago

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

CooperRS commented 8 years ago

Hi there,

Actually RMActionController is just a UIViewController and you can dismiss it like any other modally pushed view controller using dismissViewControllerAnimated:completion:.

Best regards, Roland