摘要:
////导航栏背景透明 [self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault]; //导航栏底部线清楚 self.navigationCo 阅读全文
摘要:
ios原生定位CoreLocation 1.使用定位 打印输出 [_locationManger requestAlwaysAuthorization]如果你的info.plist 中没有配置相关的key。这行代码什么都不会做的。 适配iOS8 9 定位代理,当前定位授权状态发生改变时调用 小插曲 阅读全文