Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 202669c49f | |||
| 619a5962d7 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'Tablet'
|
||||
s.version = '0.2.4'
|
||||
s.version = '0.2.5'
|
||||
|
||||
s.homepage = 'https://github.com/maxsokolov/tablet'
|
||||
s.summary = 'Powerful type-safe tool for UITableView. Swift 2.0 is required.'
|
||||
|
||||
@@ -26,7 +26,7 @@ import Foundation
|
||||
*/
|
||||
public class TableDirector: NSObject, UITableViewDataSource, UITableViewDelegate {
|
||||
|
||||
private weak var tableView: UITableView!
|
||||
public private(set) weak var tableView: UITableView!
|
||||
private var sections = [TableSectionBuilder]()
|
||||
public weak var scrollDelegate: UIScrollViewDelegate?
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user