码迷,mamicode.com
首页 >  
搜索关键字:collectionview    ( 223个结果
Warning: Attempt to present A on B whose view is not in the window hierarchy!
UIViewController 显示的主页面 添加了一个scrollView UICollectionViewController 自带collectionView UITableViewController A自带 tableView UITableViewController  B 被present的界面 把collectionView,tableView 添加到scrollView...
分类:Windows程序   时间:2015-04-14 18:10:48    阅读次数:170
为collection view添加一个补充视图(页眉或页脚)
这两个方法可以 增加collectionView增加额外的滚动区域-(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout refer...
分类:其他好文   时间:2015-04-07 11:36:42    阅读次数:118
UICollectionView + AFNetWorking 异步加载,局部刷新.
最近在做的项目需要cell里面的数据需要和后台实时交互。而collectionview reload会整体刷新。//m层 发送通知[[NSNotificationCenter defaultCenter]postNotificationName:@"CartProUpdate" object:sel...
分类:Web程序   时间:2015-04-02 06:37:14    阅读次数:269
iOS_无限滚动
最终效果图: 使用CollectionView实现,带pageContrl + timer定时器 思路,使用1组,但是告诉控制器有modelArrCount*5000个item,并且cellForRow时,创建根据index取模modelArrCount,取出数据源(实际只有8个),并且item的宽度就是一个屏幕的宽度 代码片段: #import "Beyond...
分类:移动开发   时间:2015-03-28 18:49:45    阅读次数:266
使用纯代码实现UICollectionView(UITableView)需要注册
UICollectionView *_collectionView = [[UICollectionView alloc] initWithFrame:self.view.bounds]; _collectionView.dataSource = self; _collectionView.de.....
分类:其他好文   时间:2015-03-21 16:49:11    阅读次数:116
IOS之UIKit_Day22--23
Day221 UIKit Dynamic UIDynamicAnimation UIGravityBehavior UICollisionBehavior UIAttachmentBehavior UISnapBehavior UIPushBehavior2.CollectionView+Attac...
分类:移动开发   时间:2015-03-12 00:53:03    阅读次数:239
如何高度自定义CollectionView的header和foot
最近在研究CollectionView,突然发现觉得他的HeaderSection和FootSection也可以高度自定义.国外有详细的教程:http://www.appcoda.com/ios-collection-view-tutorial/
分类:其他好文   时间:2015-03-08 11:37:09    阅读次数:3217
reason: 'Could not load NIB in bundle: "XXXXXXX" with name 'xxCell'
错误信息:reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'collectViewCell'' 查找原因:UICollectionView注册的是时候出错; 如下: [self.collectionView registerNib:[UINib nibWithNibName:@"sch...
分类:其他好文   时间:2015-02-14 16:18:40    阅读次数:834
TodoMVC中的Backbone+MarionetteJS+RequireJS例子源码分析之三 Views
这个版本的TodoMVC中的视图组织划分比较细,更加易于理解,这也得益于Marionette为我们带来了丰富的视图选择,原生的backbone只有views,而Marionette则有itemview, collectionview, compositeview 和layoutview.js/tem...
分类:Web程序   时间:2015-02-12 18:11:32    阅读次数:240
kvc和collectionView和反选cell
1.//key值没找到对应的属性,会触发此方法- (void)setValue:(id)value forUndefinedKey:(NSString *)key{//因为这里的id是系统自带的属性,所以不能在定义的model里,而是要设置成不是系统属性的ID,但是后面要用kvc语句所以model的...
分类:其他好文   时间:2015-02-05 21:40:36    阅读次数:298
223条   上一页 1 ... 18 19 20 21 22 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!