[swift-users] Swift 3.0

Brent Royal-Gordon brent at architechies.com
Sun Apr 17 14:09:36 CDT 2016


> The app builds fine.   Running the app gives me errors such as "Must implement numberOfRowsInTableView: and tableView:objectValueForTableColumn:row:” when the swiftified version "numberOfRows(in tableView: NSTableView) -> Int” and the required methods to support a view based table exist -- unless I got them wrong.  

You may need to give the Objective-C versions of the method names in @objc(foo) attributes.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-users mailing list