RobotsAndPencils / RPSlidingMenu

A collection view menu in the style of UltraVisual.
MIT License
861 stars 109 forks source link

set collectionView contentInset has a bug #35

Open JRJian opened 8 years ago

JRJian commented 8 years ago

My code in viewDidLoad at the lastest line: self.collectionView.contentInset = UIEdgeInsetsMake(64, 0, 0, 0);

when scrolling end, there had a standstill animation.

lilongcnc commented 7 years ago

你好哈,我也遇到了这个问题,请问你解决了吗? 我想了一下用 headerView 的方式代替,但是没有实验.