LJAutoScrollView icon indicating copy to clipboard operation
LJAutoScrollView copied to clipboard

Can't set Frame Async and CollectionView Reload somethings not work

Open startry opened this issue 9 years ago • 0 comments

  1. Init only work by initWithFrame, can't set frame after init. (you should implement layoutsubviews)
  2. Collection reloadData sometimes need [self.collectionView.collectionViewLayout invalidateLayout];

startry avatar Feb 06 '16 02:02 startry