【记录】用swift去折腾iOS中的数据库Realm
crifan 9年前 (2016-05-18) 3282浏览 0评论
之前已经调查过了: 【整理】iOS中数据库方面好用的swift库 现在去折腾试试。 【折腾过程】 1.先去参考官网的,中文教程: Swift Docs – Realm is a mobile database: ...
工作相关的技术文章
crifan 9年前 (2016-05-18) 3282浏览 0评论
之前已经调查过了: 【整理】iOS中数据库方面好用的swift库 现在去折腾试试。 【折腾过程】 1.先去参考官网的,中文教程: Swift Docs – Realm is a mobile database: ...
crifan 9年前 (2016-05-18) 2026浏览 0评论
iOS的swift中希望实现这种效果: 带过滤按钮的列表。 swift tableview top filter swift multiple option select swift drop down menu iOS Swift DropDow...
crifan 9年前 (2016-05-17) 1965浏览 0评论
之前去找过类似的库: [整理]iOS 获取通讯录 联系人 参考: iOS通讯录开发 – 简书 Swift – 访问通讯录联系人(使用系统提供的通讯录交互界面) swift – How to extract name...
crifan 9年前 (2016-05-17) 5967浏览 0评论
1.如果github上面的库是没有tag的: 比如: https://github.com/edekhayser/Timeline 则是没法使用Carthage去管理(下载,编译)...
crifan 9年前 (2016-05-17) 1928浏览 0评论
iOS 顺序 分段 显示 控件 的库 分段选择(Segment) – iOS代码库 – 开源中国社区 AksSegmentedSliderControl首页、文档和下载 – 分段选择(Segment) –...
crifan 9年前 (2016-05-16) 2569浏览 0评论
swift draw circle view image swift circle view image swift draw round view to image swift CGContextAddEllipseInRect circle...
crifan 9年前 (2016-05-16) 4174浏览 0评论
代码: @protocol GesturePasswordDelegate <NSObject> – (void)forget; – (void)change; @end 出错: GesturePasswordVi...
crifan 9年前 (2016-05-16) 2482浏览 0评论
代码: // Add the password to the dictionary, converting from NSData to NSString. NSString *password = [[[NSStri...
crifan 9年前 (2016-05-16) 4357浏览 0评论
iOS的swift代码: if (! SecItemCopyMatching((CFDictionaryRef)tempQuery, (void *)&outDictionary) == noErr) 完整代码是: ...
crifan 9年前 (2016-05-16) 2987浏览 0评论
代码: NSMutableDictionary *outDictionary = nil; if (! SecItemCopyMatching((CFDictionaryRef)tempQuery, (...