You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying this seemingly nice alternative to Apple's standard popup technique.
I like the extent to which the popup can be customized.
But not matter what ViewController I pass it, it ALWAYS puts the popup at the same location with the same size. Here is the NSLog output from WYPopoverController: WYPopoverController positionPopover: : popoverContainerView.frame = {{216, 30}, {336, 509}}
I tried 4 different sized ViewControllers. The popup was the same size every time. Not useful at all. :(
I cannot use this otherwise nice alternate popup controller if it cannot respect the size of the view in the ViewController.
I could go in and modify the WYPopoverController.m file, but I don't like modifying something that should not be modified.
I would even be happy to pay for this...if it worked properly.
The text was updated successfully, but these errors were encountered:
I am trying this seemingly nice alternative to Apple's standard popup technique.
I like the extent to which the popup can be customized.
But not matter what ViewController I pass it, it ALWAYS puts the popup at the same location with the same size. Here is the NSLog output from WYPopoverController: WYPopoverController positionPopover: : popoverContainerView.frame = {{216, 30}, {336, 509}}
I tried 4 different sized ViewControllers. The popup was the same size every time. Not useful at all. :(
I cannot use this otherwise nice alternate popup controller if it cannot respect the size of the view in the ViewController.
I could go in and modify the WYPopoverController.m file, but I don't like modifying something that should not be modified.
I would even be happy to pay for this...if it worked properly.
The text was updated successfully, but these errors were encountered: