码迷,mamicode.com
首页 >  
搜索关键字:nsinteger    ( 574个结果
ios UITableView 相关
tableView 实现的方法 无分组的cell #pragma mark - Table view data source - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return self.contacts.count; } - (UITable...
分类:移动开发   时间:2014-05-09 21:03:32    阅读次数:424
IOS 类别与扩展的区别 (category & extensions)
类别.h@interface NSString(XXXXXX)-(NSInteger)getLen;@end.m@implementation NSString(XXXXXX) -(NSInteger)getLen{ return 0;}@end//////////////////////////....
分类:移动开发   时间:2014-05-08 20:20:28    阅读次数:365
iOS UIButton按钮
系统字体NSArray *familyNames = [[NSArray alloc] initWithArray:[UIFont familyNames]];NSArray *fontNames;NSInteger indFamily, indFont;for (indFamily=0; indF...
分类:移动开发   时间:2014-05-01 09:25:36    阅读次数:572
iOS- 如何改变section header
希望这个从UITableViewDelegate协议里得到的方法可以对你有所帮助:- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *headerVi....
分类:移动开发   时间:2014-04-29 23:10:47    阅读次数:809
574条   上一页 1 ... 56 57 58
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!