DryNestTableView-iOS
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DryNestTableView-iOS is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DryNestTableView-iOS'
Author
Dry, [email protected]
License
DryNestTableView-iOS is available under the MIT license. See the LICENSE file for more info.
请注意:
Sub类型的table需要放到Main类型的cell上,其他位置,如tableHeader,secionHeader等位置,系统并不调用setContentOffset方法,导致sub列表不能正常下拉。