drofwarcs
05/30/2018, 1:26 AMoverride fun tableView(tableView: UITableView, cellForRowAtIndexPath: NSIndexPath): UITableViewCell
from the data source protocol and override fun tableView(tableView: UITableView, didSelectRowAtIndexPath: NSIndexPath)
from the delegate protocol . Is this a known issue and is there a work around besides putting the two methods in different classes?gildor
05/30/2018, 3:42 AMgildor
05/30/2018, 3:43 AMsvyatoslav.scherbina
05/30/2018, 6:57 AM@Suppress("CONFLICTING_OVERLOADS")
annotation to the class.drofwarcs
05/30/2018, 12:06 PMgildor
05/30/2018, 1:23 PMsvyatoslav.scherbina
05/30/2018, 1:42 PMgildor
05/30/2018, 1:59 PMdrofwarcs
05/30/2018, 2:22 PMsvyatoslav.scherbina
05/30/2018, 2:29 PMdrofwarcs
05/30/2018, 3:33 PM