
理论
文章平均质量分 58
yiral
做开发,有几分辛苦。高薪行业都有自己要付的代价,作为女生,我依旧觉得,理应力争上游。
展开
-
iOS 10 调用系统相册相机出现问题:-> 0x183a58d9c <+8>: b.lo 0x183a58db4 ; <+32>
iOS 10 调用系统相册相机出现问题:-> 0x183a58d9c <+8>: b.lo 0x183a58db4 ; <+32>原创 2017-08-29 16:11:44 · 4264 阅读 · 0 评论 -
Domain=NSCocoaErrorDomain Code=3840 "Unescaped control character around character 203." UserInfo={NS
error = Error Domain=NSCocoaErrorDomain Code=3840原创 2016-12-19 14:31:15 · 4250 阅读 · 1 评论 -
cocoapods 安装更新 Operation not permitted - /usr/bin/xcodeproj Operation not permitted - /usr/bin/upda
Operation not permitted - /usr/bin/xcodeproj Operation not permitted - /usr/bin/update_rubygemssyntax error, unexpected end-of-input, expecting keyword_endcocoapods 安装、更新遇到的错误原创 2016-11-26 10:03:33 · 1317 阅读 · 0 评论 -
BLE 蓝牙 与APP 得交互 内设 外设
蓝牙设置 理论知识点原创 2016-11-26 10:07:36 · 3777 阅读 · 0 评论 -
iOS-关于UINavigationController的title不显示问题
UINavigationController title不显示问题 UITabbarController原创 2016-11-24 17:15:13 · 8220 阅读 · 2 评论 -
MAC 音频格式转换 音校解码 终端转换格式
MAC 音频格式转换 音校解码 终端转换格式 详细操作原创 2016-11-01 11:37:15 · 2107 阅读 · 0 评论 -
iOS开发之Xcode常用调试技巧总结 断点高级
iOS开发之Xcode常用调试技巧总结 断点 lldb转载 2016-11-03 11:34:45 · 2883 阅读 · 0 评论 -
终端复制命令 SSH Key 生成 git clone 出错
fatal: '/home/git/my_project.git' does not appear to be a git repositoryfatal: Could not read from remote repository.控制台复制命令原创 2016-11-09 17:26:14 · 654 阅读 · 0 评论 -
instruments xcode自带调试工具 iOS性能优化:Instruments使用实战
instruments xcode自带调试工具 特定情况中CPU占用的几种不同的情况 images加载的两种方式 应用首次加载时间原创 2016-08-15 13:59:12 · 14878 阅读 · 0 评论 -
ios 真机调试涉及要点 应用程序发布要点及扼要流程
证书 开发者账号 真机调试 uuid 应用程序发布要点及扼要流程原创 2016-09-06 09:42:42 · 467 阅读 · 0 评论 -
The entitlements specified in your application’s Code Signing Entitlements file do not match those .
创建证书与描述文件的时候,加入了测试用要用到的设备的UUID号码,但是后来更换设备,将新设备的UUID账号加入appid里面,可以真机运行,但是当设备随xcode更新了一下系统,再真机运行就出现了一个这样子的错误,网上有其他的方法,都用不上。我的解决方法是这样子的:重新创建描述文件,双击用xcode打开就可以了。。。。原创 2016-09-05 13:01:02 · 643 阅读 · 0 评论 -
linker command failed with exit code 1 (use -v to see invocation)
linker command failed with exit code 1 (use -v to see invocation)原创 2017-01-11 10:29:10 · 330 阅读 · 0 评论 -
多个点击按钮,只有一个是点击状态,其他为非点击状态
多个点击按钮,只有一个是点击状态,其他为非点击状态原创 2017-01-11 12:47:20 · 774 阅读 · 0 评论 -
UITableViewCell副标题不显示 cell.detailTextLabel.text 不显示
initWithStyle: reuseIdentifier: 与 registerClass: forCellReuseIdentifier: 冲突问题 cell.detailTextLabel.text 不显示原创 2016-12-23 17:00:28 · 2194 阅读 · 2 评论 -
launch image score 设置启动图不显示 ios
launch image score 设置启动图不显示 ios 启动图大小原创 2017-08-03 10:42:28 · 434 阅读 · 0 评论 -
You must add /O=Digital Signature Trust Co./CN=DST Root CA X3 to your local trusted store Fetching:
You must add /O=Digital Signature Trust Co./CN=DST Root CA X3 to your local trusted storeFetching: nanaimo-0.2.3.gem (100%)安装cocoapose时遇到的问题原创 2017-07-31 14:51:33 · 7529 阅读 · 0 评论 -
计算label自定义行间距字间距,计算自定义行间距字间距的高度
计算label自定义行间距字间距,计算自定义行间距字间距的高度原创 2017-06-15 14:12:17 · 349 阅读 · 0 评论 -
关于导航视图控制器下collectionview下移的问题
关于导航视图控制器下collectionview下移的问题原创 2017-06-09 12:12:41 · 929 阅读 · 0 评论 -
ios 毛玻璃设置
ios 毛玻璃效果设置 UIToolbar UIBlurEffect 实现情况原创 2017-04-24 11:59:35 · 1990 阅读 · 0 评论 -
tableViewcell button点击 获取cell的indexpath 并刷新当前cell
tableViewcell button点击 获取cell的indexpath 并刷新当前cell原创 2017-03-06 14:20:36 · 1431 阅读 · 0 评论 -
tableview 自定义cell 不显示 self 与 sel.contentview 的区别 多选右移cell不移动的问题
tableview 自定义cell 不显示 self 与 sel.contentview 的区别 多选右移cell不移动的问题原创 2017-03-09 13:47:46 · 1216 阅读 · 0 评论 -
tableviewcell 自动调整textfiled的键盘遮挡问题 UITableViewController中的tableview做可以自适应键盘高度来改变tableview的额外高度。
tableviewcell 自动调整textfiled的键盘遮挡问题 UITableViewController中的tableview做可以自适应键盘高度来改变tableview的额外高度。转载 2017-03-09 13:08:17 · 1073 阅读 · 0 评论 -
1 "table 'products' already exists" 单例创建数据库
1 "table 'products' already exists"原创 2017-01-12 15:39:27 · 4113 阅读 · 0 评论 -
Could not build module 'Foundation'
Could not build module 'Foundation'原创 2016-08-18 17:39:02 · 446 阅读 · 0 评论 -
iOS 视图切换问题 popViewControllerAnimated 视图刷新问题
iOS 视图切换问题 popViewControllerAnimated 视图刷新问题原创 2016-06-23 16:55:19 · 3761 阅读 · 0 评论 -
将图片打包成文件上传服务器 POST请求 AFNetWorking网络请求
将图片打包成文件上传服务器 POST请求 AFNetWorking网络请求原创 2016-06-22 18:08:54 · 942 阅读 · 0 评论 -
base64 与 md5 以及 LaunchScreen.xib: Line 20: EntityRef: expecting ';'错误
base64 与 md5 以及 LaunchScreen.xib: Line 20: EntityRef: expecting ';'错误原创 2016-05-26 10:13:05 · 483 阅读 · 0 评论 -
字符串相关操作
)初始化 截取 分解 查找 替换 路径相关 字符串是否为空 字符串比较 字符串比大小 md5 urlEncode sizeFromFont 是否是邮箱格式 Base64原创 2016-04-28 17:58:14 · 656 阅读 · 0 评论 -
数字字符串如何转换为日期
字符串 转换 日期 日期格式原创 2016-04-28 17:40:28 · 2234 阅读 · 0 评论 -
ios有关定位 ,地理编码,反地理编码;
iOS中简单的定位,地理编码以及逆地理编码原创 2016-02-29 20:33:59 · 2271 阅读 · 0 评论 -
UIButton 不可交互的几种情况 视图交互与不可交互的几种情况
UIButton 不可交互的几种情况 视图交互与不可交互的几种情况原创 2016-03-22 21:39:47 · 1139 阅读 · 0 评论 -
UI中系统自定的的宏定义-----数字
#define M_E #define M_PI_4原创 2015-12-25 17:18:01 · 686 阅读 · 0 评论 -
iOS中网络编辑
mainViewControl.h文件:#import @interface MainViewController :UIViewController@endmainViewControl.m文件:#import "MainViewController.h"//1.引入头文件#import "net原创 2015-12-24 08:43:18 · 725 阅读 · 0 评论 -
iOS中UI界面 初级数据持久化
所谓的数据持久化,包括缓存以及永久性存储的我们访问过,或一直保留其存在;下面是UIViewController中,整个的解析过程:解析中用到了导航视图控制器;- (void)viewDidLoad { [superviewDidLoad]; self.view.backgroundColor = [UIColorcyanColor];原创 2015-12-08 15:49:00 · 396 阅读 · 0 评论 -
UI中的继承源图
原创 2015-12-12 10:45:29 · 492 阅读 · 0 评论 -
预编译指令,也称作宏定义
预编译指令,也称作宏定义原创 2015-11-17 20:17:01 · 501 阅读 · 0 评论 -
推送流程
推送流程原创 2016-04-18 18:35:57 · 489 阅读 · 0 评论 -
ASIHttpRequest 和 AFNetworking
网络编程:AFN 和 ASIAFN和ASI都是网络请求数据的框架 但是它们两个有很大的区别1.AFN直接操作的对象是AFHTTPClient 它是一个实现了NSCoping协议的NSObject子类,AFHTTPClient是一个封装了一系列操作方法的工具类,处理请求的操作类是一系列单独的,基于NSOperation封装的,AFURLConnectionOperation的子类AS原创 2016-04-20 14:42:56 · 514 阅读 · 0 评论 -
调用相机 实现:视频录制,拍照 保存 上传服务器 UIImagePickerController AVPlayer
调用系统相机 视频录制 保存 照片拍摄 保存 上传服务器 UIImagePickerController AVPlayer原创 2016-07-01 17:45:28 · 1785 阅读 · 0 评论 -
音频录制上传服务器,调用系统相机
音频录制 上传服务器 调用系统相机原创 2016-07-01 17:33:52 · 1049 阅读 · 0 评论