Is there a way to change the position and size of the UIPopoverPresentationController?

I want to use UIPopoverPresentationController. I have a view controller that will appear in a popover controller. However, I want to fire the current popover and recreate and present again continuously. This implementation will make the screen blink. So if it is possible to change the position and size of the UIPopoverPresentationController anyway?

+3


source to share





All Articles