07 2015 档案

AutoLayout UITableViewCell 动态高度
摘要:从这里http://www.cnblogs.com/liandwufan/p/4516956.html?utm_source=tuicool 转载过来的-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPat... 阅读全文

posted @ 2015-07-23 21:56 景树园 阅读(371) 评论(0) 推荐(0)

UITextView 不左上角显示
摘要:在Autolayout中 UITextView显示不左上角显示,修改如下在viewDidLoad里面添加如下代码if([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0){self.automaticallyAdjustsScro... 阅读全文

posted @ 2015-07-19 10:19 景树园 阅读(237) 评论(0) 推荐(0)

IOS block 记录
摘要:1.需要使用@property(....,copy) 而不是其他的2.self.request=[ASIHTTPRequest requestWithURL:[NSURL URLWithString:url]];[_request setRequestMethod:@"GET"];__weakASI... 阅读全文

posted @ 2015-07-13 15:26 景树园 阅读(109) 评论(0) 推荐(0)

UIActionSheet 修改字体颜色
摘要:-(void)willPresentActionSheet:(UIActionSheet *)actionSheet{ SEL selector = NSSelectorFromString(@"_alertController"); if ([actionSheet respondsToSel... 阅读全文

posted @ 2015-07-02 17:01 景树园 阅读(754) 评论(0) 推荐(0)

导航