上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: UIView *mView = _mapView.subviews.firstObject; for (id logoView in mView.subviews) { if ([logoView isKindOfClass:[UIImageView class]]) { UIImageView * 阅读全文
posted @ 2017-08-22 10:09 Dingzhijie 阅读(618) 评论(0) 推荐(0) 编辑
摘要: [self.mapView.subviews enumerateObjectsUsingBlock:^(__kindof UIView * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { if ([obj isKindOfClass:[UI 阅读全文
posted @ 2017-08-21 17:35 Dingzhijie 阅读(2463) 评论(0) 推荐(0) 编辑
摘要: 1: 因为使用后台播放音乐,在 info 里面添加 required background modes 的 key, 如果你的代码里面没有后套播放音频的功能, 不要添加 required background modes, 否则会被拒 阅读全文
posted @ 2017-07-13 18:03 Dingzhijie 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 第一步 : 下载 mac 版的 JDK 下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html // 同意协议并点击下载 第二步 : 下载完成后, 按提示完成安装. 打开Fin 阅读全文
posted @ 2017-06-15 11:05 Dingzhijie 阅读(47186) 评论(0) 推荐(1) 编辑
摘要: import UIKit class ViewController: UIViewController ,UIScrollViewDelegate{ override func viewDidLoad() { super.viewDidLoad() let scrollView = UIScroll 阅读全文
posted @ 2017-06-12 11:15 Dingzhijie 阅读(129) 评论(0) 推荐(0) 编辑
摘要: import UIKit class ViewController: UIViewController { var stepper: UIStepper! var label: UILabel! override func viewDidLoad() { super.viewDidLoad() // 阅读全文
posted @ 2017-06-12 10:58 Dingzhijie 阅读(308) 评论(0) 推荐(0) 编辑
摘要: import UIKit class ViewController: UIViewController , UIPickerViewDelegate,UIPickerViewDataSource{ var pickerView: UIPickerView! override func viewDid 阅读全文
posted @ 2017-06-12 10:38 Dingzhijie 阅读(134) 评论(0) 推荐(0) 编辑
摘要: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let slider = UISlider.init(frame: CGRect.init( 阅读全文
posted @ 2017-06-09 18:03 Dingzhijie 阅读(192) 评论(0) 推荐(0) 编辑
摘要: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let progressView = UIProgressView(progressView 阅读全文
posted @ 2017-06-09 16:51 Dingzhijie 阅读(166) 评论(0) 推荐(0) 编辑
摘要: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let imageView = UIImageView.init(image: UIImag 阅读全文
posted @ 2017-06-09 16:45 Dingzhijie 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页