2014年12月5日

swift UIScrollView

摘要: // // ScrollViewController.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class 阅读全文

posted @ 2014-12-05 09:49 马大哈哈 阅读(366) 评论(0) 推荐(0) 编辑

swift UISlider,UIProgressView

摘要: // // SliderViewController.swift // UIControlDemo // // Created by on 14/12/4. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class 阅读全文

posted @ 2014-12-05 09:45 马大哈哈 阅读(391) 评论(0) 推荐(0) 编辑

swift UIActivityIndicatorView

摘要: // // ActivityIndicatorViewController.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import U 阅读全文

posted @ 2014-12-05 09:42 马大哈哈 阅读(322) 评论(0) 推荐(0) 编辑

swift UITextField,UIDatePicker,UIPickerView

摘要: // // TextFieldViewController.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit cla 阅读全文

posted @ 2014-12-05 09:17 马大哈哈 阅读(538) 评论(0) 推荐(0) 编辑

2014年12月4日

swift UIImageView

摘要: // // ImageViewViewController.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit cla 阅读全文

posted @ 2014-12-04 20:15 马大哈哈 阅读(149) 评论(0) 推荐(0) 编辑

swift UISwitch,UISegmentedControl

摘要: // // SegmentedControl.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class Segm 阅读全文

posted @ 2014-12-04 20:14 马大哈哈 阅读(263) 评论(0) 推荐(0) 编辑

swift UISwitch + UISegmentedControl

摘要: // // SegmentedControl.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class Segm 阅读全文

posted @ 2014-12-04 20:12 马大哈哈 阅读(152) 评论(0) 推荐(0) 编辑

swift UIView

摘要: // // ViewViewController.swift // UIControlDemo // // Created by on 14/12/1. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class Vi 阅读全文

posted @ 2014-12-04 19:55 马大哈哈 阅读(243) 评论(0) 推荐(0) 编辑

swift UIButton

摘要: // // ButtonViewController.swift // UIControlDemo // // Created by on 14/11/28. // Copyright (c) 2014年 马大哈. All rights reserved. // import UIKit class 阅读全文

posted @ 2014-12-04 19:51 马大哈哈 阅读(221) 评论(0) 推荐(0) 编辑

2014年12月3日

swift Lable

摘要: import UIKit class LableViewController: BaseViewController { override func viewDidLoad() { super.viewDidLoad() let bodyFontDescriptor = UIFontDescript 阅读全文

posted @ 2014-12-03 20:09 马大哈哈 阅读(150) 评论(0) 推荐(0) 编辑

导航