diff --git a/Tablet.podspec b/Tablet.podspec index 14c06d9..5ab2bfc 100644 --- a/Tablet.podspec +++ b/Tablet.podspec @@ -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.' diff --git a/Tablet/TableDirector.swift b/Tablet/TableDirector.swift index 27b2642..957b933 100644 --- a/Tablet/TableDirector.swift +++ b/Tablet/TableDirector.swift @@ -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? diff --git a/TabletDemo/TabletDemo.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate b/TabletDemo/TabletDemo.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate index 10a4833..b64c7fe 100644 Binary files a/TabletDemo/TabletDemo.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate and b/TabletDemo/TabletDemo.xcodeproj/project.xcworkspace/xcuserdata/max.xcuserdatad/UserInterfaceState.xcuserstate differ