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
I downloaded the zip, open in freshly updated xcode 6.2 and get this error:
/path-to/TableViewCellWithAutoLayoutiOS8-master/TableViewCellWithAutoLayout/TableViewController/TableViewController.swift: 10: 7: fatal error: use of unimplemented initializer 'init(nibName:bundle:)' for class 'TableViewCellWithAutoLayout.TableViewController'
(lldb)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Looks like it was caused by PR #19. Adding the following code back in to TableViewController.swift resolves the issue on Xcode 6.2:
@mctoon Please give it a try again. I just pushed some changes that make the code compatible with both Xcode 6.2 (Swift 1.1) and Xcode 6.3 beta 4 (Swift 1.2).
I downloaded the zip, open in freshly updated xcode 6.2 and get this error:
/path-to/TableViewCellWithAutoLayoutiOS8-master/TableViewCellWithAutoLayout/TableViewController/TableViewController.swift: 10: 7: fatal error: use of unimplemented initializer 'init(nibName:bundle:)' for class 'TableViewCellWithAutoLayout.TableViewController'
(lldb)
The text was updated successfully, but these errors were encountered: