码迷,mamicode.com
首页 >  
搜索关键字:custom cell    ( 7916个结果
【iOS开发-62】自定义cell制作团购页面、顶部图片轮播、底部模拟加载更多功能,核心是练习代理模式
对tableView的熟练使用,包括重新加载数据等。 对利用xib进行自定义cell的熟练使用。 MVC代码分类明确,代码封装等中级要求。 一些零星知识,如图片轮播效果中对scrollView以及协议方法的熟练使用;加载更多时候的显示和隐藏效果。...
分类:移动开发   时间:2014-10-23 10:42:41    阅读次数:206
元胞自动机+生命游戏
元胞自动机 元胞自动机(Cellular Automaton,复数为Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。是一时间和空间都离散的动力系统。散布在规则格网 (Lattice Grid)中的每一元胞(Cell)取有限的离散状态,遵循同样...
分类:其他好文   时间:2014-10-22 23:30:18    阅读次数:401
Data Types
// DATA TYPES//// Built-In Types(Simple)// -Numeric// -Character// -Boolean//// Custom Types(Complex)// -Structures// -Classes// -Interfaces// -Enumer...
分类:其他好文   时间:2014-10-22 21:57:17    阅读次数:386
IOS 8 UITableView cell lines不能靠左解决方法
ios7中用以下方法可使UITableView cell lines靠左self.tableview.separatorInset = UIEdgeInsetsZero;但在ios8中该办法已失灵啦经过翻阅ios8文档发现用以下两种办法即可解决该问题方法一:- (void) viewDidLoad....
分类:移动开发   时间:2014-10-22 17:21:54    阅读次数:149
Word Search | LeetCode
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2014-10-22 12:50:11    阅读次数:274
android中title样式问题
============问题描述============ 要在title栏里设置一个button,新建了title.xml,也在OnCreate方法里调用了requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(R.layo...
分类:移动开发   时间:2014-10-22 01:05:18    阅读次数:172
播放声音特别小的解决方法
avaudio = [[AVAudioPlayer alloc] initWithData:data error:&error]; // avaudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:cell....
分类:其他好文   时间:2014-10-21 17:28:10    阅读次数:158
LeetCode: Word Search 解题报告
Word SearchGiven a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, wh...
分类:其他好文   时间:2014-10-21 17:05:25    阅读次数:253
[翻译] CBStoreHouseTransition
CBStoreHouseTransitionWhat is it?A custom transition inspired byStorehouseiOS app, also support pop gesture.一个自定义转场效果,灵感来自于Storehouse的app,支持pop的手势.Fea...
分类:其他好文   时间:2014-10-21 15:23:02    阅读次数:214
Custom-Progress-Dialog-Android
https://github.com/ManolescuSebastian/Custom-Progress-Dialog-Android
分类:移动开发   时间:2014-10-21 13:46:47    阅读次数:4062
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!