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
@cacmartinez I have a CCMPopupSegue presenting a view. I have set the view's destination bounds to (200,200) for example. When the view is presented everything is ok. In this view, there is a textview. When I click on the text view to start typing, the view goes to the top left of the screen and its frame becomes (0,0,0,0). This happens only in iOS 9.
edit: I noticed that the same happened when tapping on a button. Really strange behavior...
The text was updated successfully, but these errors were encountered:
@cacmartinez I have a CCMPopupSegue presenting a view. I have set the view's destination bounds to (200,200) for example. When the view is presented everything is ok. In this view, there is a textview. When I click on the text view to start typing, the view goes to the top left of the screen and its frame becomes (0,0,0,0). This happens only in iOS 9.
edit: I noticed that the same happened when tapping on a button. Really strange behavior...
The text was updated successfully, but these errors were encountered: