该文被密码保护。 阅读全文
posted @ 2015-08-12 20:20 小毛驴 阅读(0) 评论(0) 推荐(0) 编辑
摘要: @implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:@"we... 阅读全文
posted @ 2015-08-12 17:33 小毛驴 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 1、如果一个UIButton的frame超出父视图的frame,UIButton还是可以显现的,但响应不了点击事件了,当开发中,遇到UIButton点击没有响应问题时,我们需要输出btn及它父视图的frame,看看btn.frame是否超出view2、还可以通过Debug--->View Debug... 阅读全文
posted @ 2015-08-12 15:51 小毛驴 阅读(395) 评论(0) 推荐(0) 编辑
摘要: @property(nonatomic) CGPoint contentOffset; // default CGPointZero@property(nonatomic) CGSize contentSize; //... 阅读全文
posted @ 2015-08-12 15:05 小毛驴 阅读(982) 评论(0) 推荐(0) 编辑
摘要: 开始->所有程序->附件->鼠标右键点击“命令提示符”->以管理员身份运行->%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 阅读全文
posted @ 2015-08-12 10:50 小毛驴 阅读(2472) 评论(0) 推荐(0) 编辑