Closed CavalcanteLeo closed 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.
UIView
RMActionController
customView
StackOverflow: http://stackoverflow.com/questions/7814928/how-to-load-a-xib-file-in-a-uiview
Hi there!
You can create a XIB with a
UIView
as root object. In yourRMActionController
initializer you then can load this XIB and use theUIView
as yourcustomView
.StackOverflow: http://stackoverflow.com/questions/7814928/how-to-load-a-xib-file-in-a-uiview