Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩 NIPagingScrollView,我想知道几件事:
谢谢! 马丁
基本上,这与您对 a 的工作方式相同UIScrollView:
UIScrollView
clipsToBounds
NO
NIPagingScrollView
pagingScrollView
不过老实说,如果您的目标是 iOS 6 或更高版本,我建议您使用 aUICollectionView而不是NIPagingScrollView. 您将在布局中获得更大的灵活性。
UICollectionView