04 2015 档案

摘要:func distanceBetween(#lat1: Float, lng1: Float, lat2: Float, lng2: Float) -> Float{ var jl_jd: Float = 102834.74258026089786013677476285 var... 阅读全文
posted @ 2015-04-13 19:18 Rambot 阅读(316) 评论(0) 推荐(0)
摘要:SWTableViewCell的功能是添加TableViewCell的侧滑按钮(包括左滑和右滑按钮)项目地址:https://github.com/CEWendel/SWTableViewCell它是用OC写的,可以用pod安装,也可以直接导入到项目中去,但是如果是swift项目,pod中已经安装了... 阅读全文
posted @ 2015-04-11 12:29 Rambot 阅读(540) 评论(0) 推荐(0)
摘要:SQLite.Swift :https://github.com/stephencelis/SQLite.swift let filemgr = NSFileManager.defaultManager() let dirPaths = NSSearchPathForDi... 阅读全文
posted @ 2015-04-03 12:28 Rambot 阅读(2202) 评论(0) 推荐(0)