CooperRS / RMActionController

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

How to embed a custom view with xib file? #22

Closed CavalcanteLeo closed 7 years ago

CooperRS commented 7 years ago

Hi there!

You can create a XIB with a UIView as root object. In your RMActionController initializer you then can load this XIB and use the UIView as your customView.

StackOverflow: http://stackoverflow.com/questions/7814928/how-to-load-a-xib-file-in-a-uiview