摘要: 1、属性 contentEdgeInsets: default is UIEdgeInsetsZero.设置内容四边距,默认边距为0 @property(nonatomic) UIEdgeInsets contentEdgeInsets titleEdgeInsets: default is UIE 阅读全文
posted @ 2016-07-05 12:10 晒太阳的仙人掌 阅读(151) 评论(0) 推荐(0)
摘要: CoreLocation实现定位和导航功能还是非常简单的,基本思路是: 1.导入<CoreLocation/CoreLocation.h>头文件 2.使用该框架内的导航管理者,创建该导航管理者对象 - CLLocationManager 3.想要实现导航定位功能,必须先让控制器成为代理,实现其关于导 阅读全文
posted @ 2016-07-05 11:41 晒太阳的仙人掌 阅读(291) 评论(0) 推荐(0)