#pragma mark - Table View//设置section的个数- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 1;}//设置每个section 的行数- (NSInteger)tab...
分类:
移动开发 时间:
2014-11-24 13:16:44
阅读次数:
169
IOS5.0之前- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight;IOS5.0CGFloat top = 25; // 顶端盖高度CGF...
分类:
移动开发 时间:
2014-11-24 11:38:10
阅读次数:
188
在UItableView中使用代理方发-(UIView*)tableView:(UITableView*)tableViewviewForHeaderInSection:(NSInteger)section时,使用UIView自定义的header,发现不能重用,后来发现要想重用必须使用 UITabl...
分类:
其他好文 时间:
2014-11-23 15:39:24
阅读次数:
187
第一种typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize);@interface ssyTest : NSObject{ SDWebImageDownlo...
分类:
其他好文 时间:
2014-11-21 18:09:00
阅读次数:
178
一组外企iOS开发的笔试题,您能回答出来吗?从群里收集来的。(miki西游@mikixiyou的文档,原文链接: http://mikixiyou.iteye.com/blog/1546376 转载请注明出处和作者)1 why can't NSArray contain NSInteger Inst...
分类:
移动开发 时间:
2014-11-21 15:47:51
阅读次数:
156
1、首先先了解下NSNumber类型:NSNumber是NSValue的一个子类,它是一个对象来存储数字值包括bool型,它提供了一系列的方法来存储chara signed or unsigned char, short int, int, long int, long long int, floa...
分类:
其他好文 时间:
2014-11-21 15:46:14
阅读次数:
190
一:NSString与NSInteger的互换NSInteger转化NSString类型:[NSString stringWithFormat: @"%d", NSInteger];NSString转化 NSInteger类型:NSInteger = [NSString intValue];*其它几...
分类:
移动开发 时间:
2014-11-21 12:19:37
阅读次数:
204
(void) setSubView:(UIView *)masterView subCCGRect:(CGRect)subCCGRect imageName:(NSString *)imageName indexVaule :(NSInteger) indexVaule { UIImageV...
分类:
移动开发 时间:
2014-11-17 00:24:29
阅读次数:
176
思路是重写UIPageControl的setCurrentPage:方法, 代码如下: 1 /** 2 * 改变pageControl中点的大小 3 */ 4 - (void)setCurrentPage:(NSInteger)page { 5 [super setCurrentPag...
分类:
其他好文 时间:
2014-11-15 18:26:43
阅读次数:
191
http://www.1360.cc/ZhanChangJiaoCheng/22851.html
NSMutableAttributedString -> NSAttributedString -> NSObject
----------------------
NSUnderlineStyle
typedef NS_ENUM(NSInteger,
N...
分类:
其他好文 时间:
2014-11-13 16:49:40
阅读次数:
250