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 know that as you mentioned this is a really quick demo of your application but the flickering issue can be resolved by removing the completion delegates of your category and just giving the exact [UIScreen mainScreen].bounds to the related view's frame. I know this does not make the category works by itself but resolves the flickering issue while resizing.
The text was updated successfully, but these errors were encountered:
Hi,
I know that as you mentioned this is a really quick demo of your application but the flickering issue can be resolved by removing the completion delegates of your category and just giving the exact [UIScreen mainScreen].bounds to the related view's frame. I know this does not make the category works by itself but resolves the flickering issue while resizing.
The text was updated successfully, but these errors were encountered: