码迷,mamicode.com
首页 >  
搜索关键字:uikit    ( 1245个结果
iOS动画——ViewAnimations
又给自己挖了一个坑,我很喜欢动画不错,但是写出来又是另外一个问题了~~~ 这一篇我们来说说UIKit中的动画API,其中包括: UIView.UIView.animateWithDuration UIView.transitionWithView UIView.animateKeyframesWithDuration UIView.addKey...
分类:移动开发   时间:2015-05-21 19:42:08    阅读次数:143
02-iOS核心动画-第一课——ViewAnimations
又给自己挖了一个坑,我很喜欢动画不错,但是写出来又是另外一个问题了~~~这一篇我们来说说UIKit中的动画API,其中包括:UIView.UIView.animateWithDurationUIView.transitionWithViewUIView.animateKeyframesWithDur...
分类:移动开发   时间:2015-05-21 12:35:38    阅读次数:191
UIKit 框架之UITextField
//// ViewController.m// UITextField//// Created by City--Online on 15/5/20.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControll...
分类:其他好文   时间:2015-05-20 12:50:25    阅读次数:107
界面自动弹出键盘的问题
Under that scenario, when the next time this view controller was appear again, the UIKit will be smart enough to restore the previous view state if it‘s not dealloced. http://stackoverflow.com/ques...
分类:其他好文   时间:2015-05-19 22:55:39    阅读次数:231
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
1245条   上一页 1 ... 88 89 90 91 92 ... 125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!