会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ID_超电磁炮
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年2月9日
ipad 横竖屏适配+多任务+分屏
摘要: ipad经常要求可以支持横屏、分屏: 首先配置项目环境 1.支持横竖屏 2.plist添加配置 3.launch Screen File 必须有值 4. UI 使用自动布局
阅读全文
posted @ 2017-02-09 08:00 ID_超电磁炮
阅读(1082)
评论(0)
推荐(0)
编辑
iOS 横竖屏适配 ---masonry
摘要: 要点: 1.配置可以支持的屏幕方向(至少有横屏) 2.利用约束添加控件。 一般纯代码编写UI 用masonry比较多 。 导入工程即可。简单使用masonry如下:
阅读全文
posted @ 2017-02-09 07:54 ID_超电磁炮
阅读(721)
评论(0)
推荐(0)
编辑
2017年2月4日
修复条形码和二维码扫描时的延迟问题
摘要: 如果同时支持扫描二维码和条形码,发现扫描条形码时速度很慢。 // 捕获到的数据的输出 AVCaptureMetadataOutput *captureOutput = [[AVCaptureMetadataOutput alloc] init]; [captureOutput setMetadata
阅读全文
posted @ 2017-02-04 14:26 ID_超电磁炮
阅读(1017)
评论(0)
推荐(0)
编辑
2016年9月8日
des 加密 iOS
摘要: 转载请注明原文出处 生成同名的Des.h文件和Des.m文件后,拷贝下方的代码可直接使用。注意在Des.m文件中将key值修改为项目所需的key。---》 #define DesKey 过程很简单,将字符串加密转成16进制字符串,以及将16进制字符串转成字符串。 以下是.h文件内容: 以下是.m文件
阅读全文
posted @ 2016-09-08 15:51 ID_超电磁炮
阅读(195)
评论(0)
推荐(0)
编辑
2016年8月17日
//相当于深拷贝一份dataArray。这样才不会改变dataArray本身的值
摘要: //相当于深拷贝一份dataArray。这样才不会改变dataArray本身的值 NSMutableArray* commitDataArray = [NSKeyedUnarchiver unarchiveObjectWithData:[NSKeyedArchiver archivedDataWit
阅读全文
posted @ 2016-08-17 17:18 ID_超电磁炮
阅读(134)
评论(0)
推荐(0)
编辑
2016年7月1日
选图片
摘要: UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"温馨提示" message:@"照片选取" preferredStyle:UIAlertControllerStyleAlert];
阅读全文
posted @ 2016-07-01 16:39 ID_超电磁炮
阅读(117)
评论(0)
推荐(0)
编辑
push
摘要: 原文来自: http://www.bubuko.com/infodetail-964134.html 有导航控制器push过后pop可以反回上一个界面,然而我们需要返回多级界面有下面两种方法 调用API - (NSArray *)popToViewController:(UIViewControll
阅读全文
posted @ 2016-07-01 14:42 ID_超电磁炮
阅读(1758)
评论(0)
推荐(0)
编辑
2016年6月29日
Your build settings specify a provisioning profile with the UUID “65a1f48d-2fa3-44eb-8142-627d9d4455b1”, however, no such provisioning profile was found.
摘要: Your build settings specify a provisioning profile with the UUID “65a1f48d-2fa3-44eb-8142-627d9d4455b1”, however, no such provisioning profile was fou
阅读全文
posted @ 2016-06-29 09:36 ID_超电磁炮
阅读(224)
评论(0)
推荐(0)
编辑
2016年6月22日
大夏VIEW使用技巧
摘要: HDXTextView *remark=[[HDXTextView alloc] initWithFrame:CGRectMake(leftmargin-5,labbackView.top, cellContentView.width-2*leftmargin+10, txtViewHeight)]
阅读全文
posted @ 2016-06-22 16:55 ID_超电磁炮
阅读(142)
评论(0)
推荐(0)
编辑
2016年6月21日
延迟N秒执行某个方法
摘要: [self performSelector:<#(nonnull SEL)#> withObject:<#(nullable id)#> afterDelay:<#(NSTimeInterval)#>]
阅读全文
posted @ 2016-06-21 16:44 ID_超电磁炮
阅读(113)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
下一页
公告