苹果ios开发者

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年9月20日

摘要: - (void)saveImageToPhotos:(NSData*)gifData{ /***注意先倒入库 #import ***/ ALAssetsLibrary *al = [[ALAssetsLibrary alloc] init]; [al writeImageDataToSav... 阅读全文
posted @ 2015-09-20 17:29 苹果ios开发者 阅读(378) 评论(0) 推荐(0) 编辑

摘要: http://blog.csdn.net/davidsph/article/details/8931718 阅读全文
posted @ 2015-09-20 11:38 苹果ios开发者 阅读(123) 评论(0) 推荐(0) 编辑

2015年9月7日

摘要: 第一步:在info.plist中添加一个字段:view controller -base status bar 设置为NO第二步:在一个所有界面都继承的父类里添加:if(IOS7_OR_LATER) { // 判断是否是IOS7 [[UIApplicationsharedApplication]s... 阅读全文
posted @ 2015-09-07 18:28 苹果ios开发者 阅读(556) 评论(0) 推荐(0) 编辑

2015年9月4日

摘要: 代码如下:+ (NSString*) deviceString{ //需要#import "sys/utsname.h" structutsnamesystemInfo; uname(&systemInfo); NSString*deviceString = [NSStringstringWith... 阅读全文
posted @ 2015-09-04 10:34 苹果ios开发者 阅读(438) 评论(0) 推荐(0) 编辑

2015年9月1日

摘要: http://blog.csdn.net/IDOshi201109/article/details/46634541 阅读全文
posted @ 2015-09-01 10:03 苹果ios开发者 阅读(295) 评论(0) 推荐(0) 编辑

2015年8月27日

摘要: http://www.zhangxinxu.com/study/201003/color-exchange-test.html 阅读全文
posted @ 2015-08-27 17:52 苹果ios开发者 阅读(178) 评论(0) 推荐(0) 编辑

摘要: UIBarButtonItem *itemTransformView = [[UIBarButtonItem alloc] initWithCustomView:_header.transformView]; // 调整 leftBarButtonItem 在 iOS7 下面的位置 if(([[... 阅读全文
posted @ 2015-08-27 17:50 苹果ios开发者 阅读(841) 评论(0) 推荐(0) 编辑

2015年8月25日

摘要: http://pan.baidu.com/s/1kTL5Yb9http://yun.baidu.com/share/link?shareid=951940983&uk=4214021694http://blog.sunnyxx.com/2015/07/04/ios-interview/ 阅读全文
posted @ 2015-08-25 16:57 苹果ios开发者 阅读(108) 评论(0) 推荐(0) 编辑

2015年8月21日

摘要: //1.设置self.tabBarController.tabBar.hidden=YES;self.tabBarController.tabBar.hidden=YES;//2.如果在push跳转时需要隐藏tabBar,设置self.hidesBottomBarWhenPushed=YES;sel... 阅读全文
posted @ 2015-08-21 12:11 苹果ios开发者 阅读(176) 评论(0) 推荐(0) 编辑

2015年8月4日

摘要: http://www.cnblogs.com/yesun/archive/2013/08/16/3261839.html 阅读全文
posted @ 2015-08-04 11:27 苹果ios开发者 阅读(105) 评论(0) 推荐(0) 编辑