We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This function in TableViewIndex
open override func prepareForInterfaceBuilder() { dataSource = TableDataSource() }
throws a warning in Swift 4.2 Instance will be immediately deallocated because property 'dataSource' is 'weak'
Instance will be immediately deallocated because property 'dataSource' is 'weak'