swift - iOS 9: view is not rendered properly after I rotate device -
this custom uiview
:
after rotate horizontal, , portrait looks this:
why?
after rotate device method called:
override func traitcollectiondidchange(previoustraitcollection: uitraitcollection?) { tableview.reloaddata() }
what doing wrong? works perfect ios8, not ios9
Comments
Post a Comment