Marko Cicak

Results 1 comments of Marko Cicak

Yes there is. On your dataSource which is in AAPLSegmentedDataSource, you can (usually in viewDidLoad): dataSource.defaultMetrics.numberOfColumns = 3; dataSource.defaultMetrics.showsColumnSeparator = YES; dataSource.defaultMetrics.showsRowSeparator = YES; If your row height and columns...