I have created an UIView which has several controllers , is there any possible way to add this view in UIPopoverController because UIPopoverController just support ViewController !
I have created an UIView which has several controllers , is there any possible
Share
Create a UIViewController and assign your UIView to be it’s .view property. Then you can pass it along to the UIPopoverController while creating it.