[记录]折腾iOS中手势密码
crifan 9年前 (2016-05-16) 1709浏览 0评论
折腾: [整理]ios手势密码的库 中,看起来,还是: iOS / iPhone / iPad 手势密码功能实现 代码 GesturePassword 手势交互(Gesture)开源代码 – Code4App.com -> smil...
工作相关的技术文章
crifan 9年前 (2016-05-16) 1709浏览 0评论
折腾: [整理]ios手势密码的库 中,看起来,还是: iOS / iPhone / iPad 手势密码功能实现 代码 GesturePassword 手势交互(Gesture)开源代码 – Code4App.com -> smil...
crifan 9年前 (2016-05-16) 2015浏览 0评论
折腾完了: [记录]将一个库Charts从Cocoapods中移除掉 再去用Carthage去安装Charts: 给Cartfile中加上danielgindi/Charts: github "robb/Cartography" ...
crifan 9年前 (2016-05-16) 2187浏览 0评论
之前折腾过了: [记录]用Carthage添加第三方库 嫌弃没有源码不方便调试 但是现在发现: 虽然cocoapods有源码,但是每次Voce-》Product-》Clean后再重新编译时都会导致Cocoapods中的库重新编译: -》很耗时 而此...
crifan 9年前 (2016-05-16) 1663浏览 0评论
之前项目可以编译和运行,好好的。 去掉了一个不用的库之后,结果再去编译就出错了: A declaration cannot be both ‘final’ and ‘dynamic’ CompileSw...
crifan 9年前 (2016-05-16) 2696浏览 0评论
折腾: [记录]用Carthage添加第三方库 期间,已经知道了carthage的基本命令了: <code>licrifandeMacBook-Pro:QorosSales crifan$ carthage help Available ...
crifan 9年前 (2016-05-15) 2642浏览 0评论
tableView中的heightForRowAtIndexPath用的是UITableViewAutomaticDimension: func tableView(tableView: UITableView, heightForRowAt...
crifan 9年前 (2016-05-15) 2440浏览 0评论
想要画一条竖线,类似于这样的: swift draw vertical line ios – Drawing lines in Swift – Stack Overflow iphone – Draw Verti...
crifan 9年前 (2016-05-14) 1988浏览 0评论
折腾: 【记录】试用iOS中的时间轴控件:Timeline 期间,由于 edekhayser/Timeline: Timeline like the Path iOS app 没有tag,导致没法用carthage去管理。所以去换用Cocoapod...
crifan 9年前 (2016-05-14) 2838浏览 0评论
折腾: [整理]iOS时间轴timeline 后,去试试 edekhayser/Timeline: Timeline like the Path iOS app 去用Carthage去安装: Cartfile中添加: github “ro...
crifan 9年前 (2016-05-14) 2619浏览 0评论
折腾: [记录]折腾iOS的第三方包管理工具:Carthage 之后,需要再去添加一个,之前用Cocoapods去管理的库 [记录]使用Cocoapods管理iOS项目的第三方库 即: danielgindi/Charts: Beautiful ch...