摘要: //根据字符串内容的多少 在固定宽度 下计算出实际的行高- (CGFloat)HelperTextHeightFromTextString:(NSString *)text width:(CGFloat)textWidth fontSize:(CGFloat)size{ if ([self hep... 阅读全文
posted @ 2016-01-02 19:06 OIMMZC 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 本文列举了四种延时执行某函数的方法及其一些区别。假如延时1秒时间执行下面的方法。- (void)delayMethod { NSLog(@"execute"); }1.performSelector方法[self performSelector:@selector(delayMethod) with... 阅读全文
posted @ 2016-01-02 10:49 OIMMZC 阅读(234) 评论(0) 推荐(0) 编辑