2016年9月18日

libz.1.2.5.dylib与libz.1.2.5.tbd

摘要: libz.1.2.5.dylib(Xcode 4.5) libz.dylib 更名为libz.1.2.5.tbd 官方文档 A file ending in the extension .dylib is a dynamic library: it's a library that's loaded 阅读全文

posted @ 2016-09-18 11:12 高彰 阅读(1406) 评论(0) 推荐(0) 编辑

Not a PNG filCommand

摘要: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code 阅读全文

posted @ 2016-09-18 10:41 高彰 阅读(165) 评论(0) 推荐(0) 编辑

常用技术网站

摘要: http://www.maczapp.com/charles抓包工具:Charles for Mac v3.9.1 http://www.cocoachina.com/ios/20160217/15328.html从零开始:你的第一个iOS App http://www.cnblogs.com/we 阅读全文

posted @ 2016-09-18 09:39 高彰 阅读(1405) 评论(0) 推荐(0) 编辑

2016年9月14日

电脑使用手机镜头

摘要: epoccam wireless virtual 阅读全文

posted @ 2016-09-14 09:28 高彰 阅读(184) 评论(0) 推荐(0) 编辑

cocoapods快捷安装

摘要: 点击product没有找到cocoapods ,原因是因为没有安装alcatraz插件alcatraz插件管理工具,安装alcatraz后在插件中搜索安装cocoapods就可以在product中查看到了 安装alcatraz插件: 在终端上输入如下命令即可完成安装: curl -fsSL http 阅读全文

posted @ 2016-09-14 09:28 高彰 阅读(138) 评论(0) 推荐(0) 编辑

Xcode package manager快捷安装

摘要: 1.插件管理工具下载地址:https://github.com/alcatraz/Alcatraz 2.安装方法 1)打开终端输入: defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID 得到当前 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(1461) 评论(0) 推荐(0) 编辑

uitableview有个属性值 separatorStyle 可用来去掉cell间的白线:

摘要: self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; //总共有三个值,可以试下有空 self.tableView.separatorStyle =UITableViewCellSeparatorStyleSingleL 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(675) 评论(0) 推荐(0) 编辑

int类型 怎么放进字典里面

摘要: 问题解决了NSString *Membership_Id1 = @"10016"; int Membership_Id11 = [Membership_Id1 intValue];//用NSNunmber 来转int 类型的 这样子Membership_Id 就可以放进字典里面` NSNumber 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(1342) 评论(0) 推荐(0) 编辑

xcode 顶部工具栏消失出现

摘要: 选中顶部工具栏单击右键选中show toolbar。 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(936) 评论(0) 推荐(0) 编辑

2016年9月9日

强烈建议大家把 CBCentralManager.h 里面的代理方法全部看一遍(就是翻译一遍,别偷懒)。@file CBCentralManager.h

摘要: /*先注释再编写 * @file CBCentralManager.h * @framework CoreBluetooth * * @discussion Entry point to the central role. * * @copyright 2011 Apple, Inc. All ri 阅读全文

posted @ 2016-09-09 15:12 高彰 阅读(6215) 评论(0) 推荐(0) 编辑

导航