摘要:
- (void)saveImageToPhotos:(NSData*)gifData{ /***注意先倒入库 #import ***/ ALAssetsLibrary *al = [[ALAssetsLibrary alloc] init]; [al writeImageDataToSav... 阅读全文
posted @ 2015-09-20 17:29
苹果ios开发者
阅读(387)
评论(0)
推荐(0)
摘要:
- (void)saveImageToPhotos:(NSData*)gifData{ /***注意先倒入库 #import ***/ ALAssetsLibrary *al = [[ALAssetsLibrary alloc] init]; [al writeImageDataToSav... 阅读全文
posted @ 2015-09-20 17:29
苹果ios开发者
阅读(387)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/davidsph/article/details/8931718 阅读全文
posted @ 2015-09-20 11:38
苹果ios开发者
阅读(128)
评论(0)
推荐(0)
摘要:
第一步:在info.plist中添加一个字段:view controller -base status bar 设置为NO第二步:在一个所有界面都继承的父类里添加:if(IOS7_OR_LATER) { // 判断是否是IOS7 [[UIApplicationsharedApplication]s... 阅读全文
posted @ 2015-09-07 18:28
苹果ios开发者
阅读(573)
评论(0)
推荐(0)
摘要:
代码如下:+ (NSString*) deviceString{ //需要#import "sys/utsname.h" structutsnamesystemInfo; uname(&systemInfo); NSString*deviceString = [NSStringstringWith... 阅读全文
posted @ 2015-09-04 10:34
苹果ios开发者
阅读(446)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/IDOshi201109/article/details/46634541 阅读全文
posted @ 2015-09-01 10:03
苹果ios开发者
阅读(301)
评论(0)
推荐(0)
摘要:
http://www.zhangxinxu.com/study/201003/color-exchange-test.html 阅读全文
posted @ 2015-08-27 17:52
苹果ios开发者
阅读(181)
评论(0)
推荐(0)
摘要:
UIBarButtonItem *itemTransformView = [[UIBarButtonItem alloc] initWithCustomView:_header.transformView]; // 调整 leftBarButtonItem 在 iOS7 下面的位置 if(([[... 阅读全文
posted @ 2015-08-27 17:50
苹果ios开发者
阅读(845)
评论(0)
推荐(0)
摘要:
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开发者
阅读(110)
评论(0)
推荐(0)
摘要:
//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开发者
阅读(179)
评论(0)
推荐(0)
摘要:
http://www.cnblogs.com/yesun/archive/2013/08/16/3261839.html 阅读全文
posted @ 2015-08-04 11:27
苹果ios开发者
阅读(106)
评论(0)
推荐(0)
|