2014年2月12日

解决__bridge NSString *urlstr 内存泄露

摘要: Managing Toll-Free Bridging在cocoaapplication的应用中,我们有时会使用CoreFoundation(CF),我们经常会在Objective-C和CF之间进行转化。系统使用arc的状态下,编译器不能自动管理CF的内存,这时候你必须使用CFRetain和CFRe... 阅读全文

posted @ 2014-02-12 17:58 金玉游龙 阅读(444) 评论(0) 推荐(0) 编辑

ios 屏幕旋转

摘要: 如果整个应用所有view controller都不支持旋屏:在iOS5.1 和 之前的版本中, 我们通常利用 shouldAutorotateToInterfaceOrientation: 来单独控制某个UIViewController的旋屏方向支持,比如:但是在iOS6中,这个方法被废弃了,使用无... 阅读全文

posted @ 2014-02-12 15:10 金玉游龙 阅读(209) 评论(0) 推荐(0) 编辑

UIController 跳转

摘要: 对于UINavigationController 的跳转,系统有三个方法:- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;// Uses a horizontal slide ... 阅读全文

posted @ 2014-02-12 09:25 金玉游龙 阅读(189) 评论(0) 推荐(0) 编辑

导航