会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
supercoder
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
14
下一页
2017年5月24日
ios 正则表达式相关
摘要: // 声明 #import <Foundation/Foundation.h> @interface NSString (STRegex) ///////////////////////////// 正则表达式相关 /////////////////////////////// /** 邮箱验证 *
阅读全文
posted @ 2017-05-24 15:59 super1250
阅读(284)
评论(0)
推荐(0)
2017年4月25日
Assertion failure in -[UICollectionViewData validateLayoutInRect:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.7.47/UICollectionViewData.m:433
摘要: Assertion failure in -[UICollectionViewData validateLayoutInRect:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.7.47/UICollec
阅读全文
posted @ 2017-04-25 20:47 super1250
阅读(3013)
评论(0)
推荐(0)
2017年4月22日
Error:Unable to capture view hierarchy
摘要: 导致内存出现问题的原因是:图片太大导致内存问题
阅读全文
posted @ 2017-04-22 10:33 super1250
阅读(1111)
评论(0)
推荐(0)
2017年4月21日
swift把颜色转成图片
摘要: // 把颜色转成图片 func imageFromColor(color: UIColor, viewSize: CGSize) -> UIImage{ let rect: CGRect = CGRect(x: 0, y: 0, width: viewSize.width, height: view
阅读全文
posted @ 2017-04-21 14:21 super1250
阅读(1704)
评论(0)
推荐(0)
2017年1月16日
ios复制到剪贴板
摘要: UIPasteboard 这个就是剪贴板 UIPasteboard * pastboard = [UIPasteboard generalPasteboard]; pastboard.string = self.scanResult; [LCAlert toastShow:@"扫描结果已复制到剪贴板
阅读全文
posted @ 2017-01-16 16:42 super1250
阅读(9892)
评论(0)
推荐(0)
2016年12月22日
iOS系统验证关闭
摘要: 在浏览器上查看iOS系统与否方法:1、打开浏览器2、在地址栏中输入 ipsw.me3、在打开的网页中选择 Select a device 选择你要查看的设备型号;4、选择好设备之后点击select iOS version 就会出现固件版本了,绿色的就是验证还未关闭的,红色的就是已经关闭的。
阅读全文
posted @ 2016-12-22 09:01 super1250
阅读(506)
评论(0)
推荐(0)
2016年12月9日
mac显示任何来源
摘要: 进这帖子的人应该都知道,在升级了macOS Sierra (10.12)版本后在“安全性与隐私”中不再有“任何来源”选项,如下图: 其实只要用我们万能的终端,这个问题还是能迎刃而解。 接下来,我们就打开终端,然后输入以下命令: sudo spctl --master-disable 输入后,可能会让
阅读全文
posted @ 2016-12-09 15:37 super1250
阅读(309)
评论(0)
推荐(0)
ios项目里扒出来的json文件
摘要: { "XcodeChaJian": [ { "Dname" : "iOS开发进阶,从Xcode开始", "Durl" : "http://www.cocoachina.com/special/xcode/", "Dtext" : "学习使用Xcode构建出色的应用程序!" }, { "Dname"
阅读全文
posted @ 2016-12-09 11:26 super1250
阅读(2477)
评论(0)
推荐(0)
ios语音识别
摘要: 使用第三方:科大讯飞语音 // AppDelegate实现 @interface AppDelegate () @end @implementation AppDelegate -(void)initIfly{ dispatch_async(dispatch_get_global_queue(DIS
阅读全文
posted @ 2016-12-09 09:25 super1250
阅读(1019)
评论(0)
推荐(0)
2016年12月8日
ios常用的第三方库
摘要: ios开发中有可能用到的第三方库进行记录一下: 注:资料信息来源于网络 自己整理 https://developer.apple.com/reference(苹果官方文档) https://github.com/HeshamMegid/HMSegmentedControl 滑动指示器 【链接】做一款
阅读全文
posted @ 2016-12-08 13:37 super1250
阅读(361)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
14
下一页
公告