摘要: 城市列表上篇已经获取到了,接下来展示到table中,代码://// SearchCityViewController.swift// Learning////import UIKitlet SCREEN_HEIGHT = UIScreen.mainScreen().bounds.size.hei... 阅读全文
posted @ 2016-01-15 17:57 mogul 阅读(215) 评论(0) 推荐(0) 编辑
摘要: pist文件里面的内容是以字典的形式保存的,所以读取的时刻需要强制将获取的内容转换成NSMutableDictionary类型。demo中的plist存放的内容是全国城市列表解析代码: func readCities(){ //生成plist的路径 if let path... 阅读全文
posted @ 2016-01-15 17:17 mogul 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 先设置整个app的导航栏的通用属性,自定义一个UINavigationController:class RootNavigationController: UINavigationController { override func viewDidLoad() { super.v... 阅读全文
posted @ 2016-01-15 16:15 mogul 阅读(170) 评论(0) 推荐(0) 编辑