autolayout - tableview to other view autoresize issue : swift -
when press cell on tableview shows other view have image, labels , banner. in console appears message:
<uiview: 0x7f9f31495480; frame = (0 0; 375 667); autoresize = w+h; layer = <calayer: 0x7f9f31495590>>'s window not equal <project.aftertableviewcontroller: 0x7f9f316eb9b0>'s view's window! the app works fine on device , simulator too, , there no code errors, still appears on console in xcode 6. how can fix that?
it can issue multiple segue being fired when tap cell e.g in interface builder have created segue cell view controller , code calling performsegue: didselectcellatindexpath:
you need 1 segue not two. check whether issue.
Comments
Post a Comment