collectionView-with-scrollView-and-pageController

时间:2024-06-10 04:36:08
【文件属性】:

文件名称:collectionView-with-scrollView-and-pageController

文件大小:597KB

文件格式:ZIP

更新时间:2024-06-10 04:36:08

Objective-C

定制CollectionView的示例: 自定义页脚/页眉用NibName初始化 [self.collectionView registerNib:[UINib nibWithNibName:@"HeaderCollectionReusableView" bundle:nil] forSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"HeaderCollectionView"]; [self.collectionView registerNib:[UINib nibWithNibName:@"FooterCollectionReusableView" bundle:nil] forSupplementaryViewOfKind:UICollectionElementKi


【文件预览】:
collectionView-with-scrollView-and-pageController-master
----BaseViewController.xib(1KB)
----CollectionViewCell.m(478B)
----HeaderCollectionReusableView.xib(2KB)
----images()
--------iOS Simulator Screen Shot Jul 16, 2015, 5.17.13 PM.png(133KB)
--------rota2.jpg(143KB)
--------iOS Simulator Screen Shot Jul 16, 2015, 5.17.23 PM.png(124KB)
--------cellImage.jpg(103KB)
--------ROTA.jpg(89KB)
----BaseViewController.h(415B)
----CollectionViewCell.h(395B)
----SBJson()
--------en.lproj()
--------SBJson-Info.plist(995B)
--------SBJson-Prefix.pch(143B)
----BaseViewController.m(2KB)
----README.md(3KB)
----CollectionViewCell.xib(3KB)
----March_23_ScrollView()
--------Info.plist(1KB)
--------HeaderCollectionReusableView.m(95B)
--------main.m(354B)
--------ChildViewController.xib(4KB)
--------FooterCollectionReusableView.m(148B)
--------FooterCollectionReusableView.h(225B)
--------ChildViewController.h(469B)
--------HeaderCollectionReusableView.h(261B)
--------ChildViewController.m(4KB)
--------Images.xcassets()
--------AppDelegate.h(314B)
--------AppDelegate.m(2KB)
--------FooterCollectionReusableView.xib(3KB)
----March_23_ScrollViewTests()
--------Info.plist(744B)
--------March_23_ScrollViewTests.m(751B)
----March_23_ScrollView.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(24KB)

网友评论