NSURLConnection目前有两个异步请求方法,异步请求中其中一个是代理。一个同步方法。有前辈已经详细介绍,见:http://blog.csdn.net/xyz_lmn/article/details/8968182 Read More
posted @ 2015-01-05 22:32 sym3099@gmail Views(112) Comments(0) Diggs(0)
1开发环境是xcode6 ipad3真机 ios8.1.1越狱需要添加以下代码,否则真机测试没有外音,只有耳机NSError*setCategoryError=nil; [[AVAudioSessionsharedInstance]setCategory:AVAudioSessionCategory... Read More
posted @ 2014-12-13 15:06 sym3099@gmail Views(167) Comments(0) Diggs(0)
storyboard中xib文件不加载问题 Read More
posted @ 2014-12-08 11:40 sym3099@gmail Views(218) Comments(0) Diggs(0)
cell的imageVIew的fram问题 Read More
posted @ 2014-12-06 22:36 sym3099@gmail Views(191) Comments(0) Diggs(0)
NSArray和NSDictionary添加空对象,以及nil和Nil和NULL和NSNull Read More
posted @ 2014-12-06 18:42 sym3099@gmail Views(523) Comments(0) Diggs(0)
在xocde5中执行的顺序是prepareForSegue、viewDidLoad、didSelectRowAtIndexPath,在xcode6中执行的顺序是 prepareForSegue、didSelectRowAtIndexPath、viewDidLoad具体程序见http://downlo... Read More
posted @ 2014-11-29 21:19 sym3099@gmail Views(169) Comments(0) Diggs(0)
在实现类似QQ列表的功能时,这样自定义了一个标题headerView 1 在实现类似QQ列表的功能时,这样自定义了一个标题headerView 2 3 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NS... Read More
posted @ 2014-11-24 22:18 sym3099@gmail Views(643) Comments(2) Diggs(0)
在UItableView中使用代理方发-(UIView*)tableView:(UITableView*)tableViewviewForHeaderInSection:(NSInteger)section时,使用UIView自定义的header,发现不能重用,后来发现要想重用必须使用 UITabl... Read More
posted @ 2014-11-23 14:29 sym3099@gmail Views(450) Comments(0) Diggs(0)
-tableView: cellForRowAtIndexPath:方法不执行问题 Read More
posted @ 2014-11-18 16:00 sym3099@gmail Views(770) Comments(0) Diggs(0)