06 2016 档案

摘要:在自定义返回按钮的时候,侧滑手势返回往往默认失效了,怎么让侧滑有效呢 UIButton *btn =[UIButton buttonWithType:UIButtonTypeCustom]; [btn setTitle:@"返回" forState:UIControlStateNormal]; [b 阅读全文
posted @ 2016-06-15 10:06 谢小锋 阅读(432) 评论(0) 推荐(0)
摘要:-(void)viewWillAppear:(BOOL)animated{ [self.navigationController setNavigationBarHidden:NO animated:NO];}-(void)viewWillDisappear:(BOOL)animated{ [sel 阅读全文
posted @ 2016-06-14 12:33 谢小锋 阅读(311) 评论(0) 推荐(0)
摘要:-(void)get{ NSURLSession * session=[NSURLSession sharedSession]; NSURLSessionTask * task=[session dataTaskWithRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.xiufa.com... 阅读全文
posted @ 2016-06-02 22:07 谢小锋 阅读(202) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2016-06-01 15:21 谢小锋 阅读(50) 评论(0) 推荐(0)