In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you "how to use the new features of collectionView in iOS9". The content is simple and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to use the new features of collectionView in iOS9".
Specific usage:
1. Create a collectionView and set up a proxy
-(UICollectionView *) collectionView {if (_ collectionView = = nil) {UICollectionViewFlowLayout * layout = [[UICollectionViewFlowLayout alloc] init]; layout.itemSize = CGSizeMake (50,50); _ collectionView = [[UICollectionView alloc] initWithFrame:CGRectMake (0,20, self.view.bounds.size.width, self.view.bounds.size.height) collectionViewLayout:layout]; layout.minimumLineSpacing = 10; layout.minimumInteritemSpacing = 10 [_ collectionView registerClass: [UICollectionViewCell class] forCellWithReuseIdentifier:@ "Cell"]; _ collectionView.backgroundColor = [UIColor cyanColor]; _ collectionView.dataSource = self; / / add a long press gesture here to trigger the cell movement effect UILongPressGestureRecognizer * longGesture = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector (handlelongGesture:)]; [_ collectionView addGestureRecognizer:longGesture];} return _ collectionView;}
two。 Set up its resources
_ dataSource = [NSMutableArray array]; for (int I = 1; I
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.