上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
该文被密码保护。 阅读全文
posted @ 2014-06-18 16:21 rui90102 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-06-12 12:34 rui90102 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-06-12 12:31 rui90102 阅读(2) 评论(0) 推荐(0) 编辑
摘要: “ios中如果arc和非arc文件混编,可以在build parses中指定compile flags,如果arc文件设为"-fobjc-arc",非arc文件设为"-fno-objc-arc"”http://blog.sina.com.cn/s/blog_b595ce9e0101nvvn.html 阅读全文
posted @ 2014-05-29 18:41 rui90102 阅读(2431) 评论(0) 推荐(0) 编辑
摘要: //绑定图片点击事件 UITapGestureRecognizer *g=[[UITapGestureRecognizeralloc]initWithTarget:selfaction:@selector(btnNext:)]; g.numberOfTapsRequired = 1; g.... 阅读全文
posted @ 2014-05-26 10:41 rui90102 阅读(312) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-05-21 15:09 rui90102 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-05-14 16:08 rui90102 阅读(2) 评论(0) 推荐(0) 编辑
摘要: iOS7中计算UILabel中字符串的高度iOS7中出现了新的方法计算UILabel中根据给定的Font以及str计算UILabel的frameSize的方法.本人提供category如下:UILabel+StringFrame.h//// UILabel+StringFrame.h// Lab... 阅读全文
posted @ 2014-05-04 16:57 rui90102 阅读(50392) 评论(2) 推荐(1) 编辑
摘要: //定义两个文本框 UITextField *textName; UITextField *textSummary; //点击return 按钮 去掉 -(BOOL)textFieldShouldReturn:(UITextField *)textField { [textF... 阅读全文
posted @ 2014-04-19 14:40 rui90102 阅读(17079) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-04-16 17:26 rui90102 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页