LJAutoScrollView
LJAutoScrollView copied to clipboard
Can't set Frame Async and CollectionView Reload somethings not work
- Init only work by initWithFrame, can't set frame after init. (you should implement layoutsubviews)
- Collection reloadData sometimes need
[self.collectionView.collectionViewLayout invalidateLayout];