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
The above line issues a warning "width,height cannot be zero. This will raise an exception in future."
I made this as:
[_hiddenPopoverController presentPopoverFromRect:CGRectMake(0, 0, 1, 1) inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:NO];
and everything works fine.
Please provide a better solution, if possible.
The text was updated successfully, but these errors were encountered:
[_hiddenPopoverController presentPopoverFromRect:CGRectZero inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:NO];
The above line issues a warning "width,height cannot be zero. This will raise an exception in future."
I made this as:
[_hiddenPopoverController presentPopoverFromRect:CGRectMake(0, 0, 1, 1) inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:NO];
and everything works fine.
Please provide a better solution, if possible.
The text was updated successfully, but these errors were encountered: