- 博客(6)
- 收藏
- 关注
转载 Swift4.0 新特性 Struct与Class的区别
1、类拓展里面的方法不能被子类复写 1 class UserDataDao { 3 let realm = try! Realm() 5 func test1() { 7 } 9 } 10 extension UserDataDao { 13 func test2() { 15 } 16 } 17 class ...
2017-11-29 13:25:00 178
转载 iOS NSOperation学习
为什么要用NSOperation?为什么不用GCD 在我认为NSOperation的优点是可控制性的,可以随时断开,暂停线程 1 NSBlockOperation *operationA = [NSBlockOperation blockOperationWithBlock:^{ 2 for (int i = 0; i<100; i++) { ...
2017-09-11 13:40:00 121
转载 iOS 绘图
// // BezierCurveView.m // BezierCurveLineDemo // // Created by mac on 17/5/7. // Copyright © 2016年 kcl. All rights reserved. // #import "BezierCurveView.h" static CGRect myFr...
2017-05-08 17:05:00 119
转载 一些iOS的UI特性
1 UI控件的一些基础属性 2 3 4 UITextFiled .inputAccessoryView 设置键盘上的toolbar 一般实现键盘的回收 5 UITextFiled .resignFirstResponder 注销收起键盘 6 UITextFiled .leftView 定制UITextFiled左边...
2017-05-04 17:39:00 185
转载 CAShapeLayer+CADisplayLink 波浪动画
// // KCLWaveView.m // ButtonAnimation // // Created by kcl on 2017/5/4. // Copyright © 2017年 KCL. All rights reserved. // #define BackGroundColor [UIColor colorWithRed:96/2...
2017-05-04 13:36:00 100
转载 基于swift MKMapkit 开发的地图定位导航
// DTOneViewController.swift // Mapper-JSON // // Created by kcl on 16/8/8. // Copyright © 2016年 kcl. All rights reserved. // import UIKit import MapKit class DTOneViewControlle...
2016-08-09 10:52:00 213
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人