DAO
DAO
Just create an EmptyChildViewController.swift: ``` import UIKit import XLPagerTabStrip class EmptyChildViewController: UIViewController, IndicatorInfoProvider { override func viewDidLoad() { super.viewDidLoad() // do nothing } func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo {...
@dasSoumen Have you tried call `self.buttonBarView.layoutIfNeeded()` before `self.reloadPagerTabStripView()`?
For version 0.6.1 with Swift 3.0 1.Added @objc before `public protocol RAReorderableLayoutDelegate: UICollectionViewDelegateFlowLayout` and `public protocol RAReorderableLayoutDataSource: UICollectionViewDataSource` the code will be: ``` @objc public protocol RAReorderableLayoutDelegate: UICollectionViewDelegateFlowLayout @objc public...
iOS11更改了navigation的架構TnT,我找個時間試試支援的方法