码迷,mamicode.com
首页 >  
搜索关键字:uikit dynamics    ( 1696个结果
UIKit 框架之UISwitch
//// ViewController.m// UISwitch//// Created by City--Online on 15/5/19.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewController....
分类:其他好文   时间:2015-05-19 18:38:12    阅读次数:106
UIKit 框架之UISlider
//// ViewController.m// UISlider//// Created by City--Online on 15/5/19.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewController....
分类:其他好文   时间:2015-05-19 18:06:13    阅读次数:145
UIKit 框架之UIPageControl
//// ViewController.m// UIPageControl//// Created by City--Online on 15/5/19.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewContro...
分类:其他好文   时间:2015-05-19 16:16:13    阅读次数:133
Swift学习—Swift中写UI代码
// // ViewController.swift // 02SwiftUI // // Created by on 15/5/19. // Copyright (c) 2015年 wujiafeng. All rights reserved. // import UIKit class ViewController: UIViewController { over...
分类:编程语言   时间:2015-05-19 15:05:24    阅读次数:194
UICollectionView详解一:基本介绍
UICollectionView 和 UICollectionViewController 类是iOS6 新引进的API,用于展示集合视图,布局更加灵活,可实现多列布局,用法类似于UITableView 和 UITableViewController 类。 我们来按顺序看下面四幅图。可以看出,UICollectionViewCell与UITableViewCell的结构很相似。 ...
分类:其他好文   时间:2015-05-19 14:49:09    阅读次数:117
UIKit 框架之UIButton
列举几个稍微难点的属性,其他的方法属性都好理解,可以参照UIButton.h//// ViewController.m// UIButton//// Created by City--Online on 15/5/19.// Copyright (c) 2015年 XQB. All righ...
分类:其他好文   时间:2015-05-19 14:28:55    阅读次数:124
[Swift]UIAlertController 以及 Swift 中的闭包和枚举
原文地址:http://blog.callmewhy.com/2014/10/08/uialertcontroller-swift-closures-enum/在 iOS8 的 SDK 中, UIKit 框架里两个经常使用的 API 有了比較大的修改。UIActionSheet 和 UIAlertV...
分类:编程语言   时间:2015-05-19 12:34:36    阅读次数:162
UIKit 框架之UIAlertView
//// ViewController.m// UIAlertView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControll...
分类:其他好文   时间:2015-05-18 18:21:45    阅读次数:81
UIKit 框架之UIActionSheet
UIAlertView和UIActionSheet相似,区别很小, 很容易理解。//// ViewController.m// UIActionSheet//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. A...
分类:其他好文   时间:2015-05-18 18:10:30    阅读次数:159
UIKit 框架之UIPickerView
//// ViewController.m// UIPickerView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControl...
分类:其他好文   时间:2015-05-18 16:24:23    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!