CCMPopup icon indicating copy to clipboard operation
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

Open nick3389 opened this issue 9 years ago • 0 comments

@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...

nick3389 avatar Sep 22 '15 12:09 nick3389