CCMPopup
CCMPopup copied to clipboard
Frame of view gets (0,0,0,0) when there is a uitxtview and we click on it. iOS 9 bug
@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...