又给自己挖了一个坑,我很喜欢动画不错,但是写出来又是另外一个问题了~~~
这一篇我们来说说UIKit中的动画API,其中包括:
UIView.UIView.animateWithDuration
UIView.transitionWithView
UIView.animateKeyframesWithDuration
UIView.addKey...
分类:
移动开发 时间:
2015-05-21 19:42:08
阅读次数:
143
又给自己挖了一个坑,我很喜欢动画不错,但是写出来又是另外一个问题了~~~这一篇我们来说说UIKit中的动画API,其中包括:UIView.UIView.animateWithDurationUIView.transitionWithViewUIView.animateKeyframesWithDur...
分类:
移动开发 时间:
2015-05-21 12:35:38
阅读次数:
191
//// 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
//// 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
//// 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
//// 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
//
// 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 和 UICollectionViewController 类是iOS6 新引进的API,用于展示集合视图,布局更加灵活,可实现多列布局,用法类似于UITableView 和 UITableViewController 类。
我们来按顺序看下面四幅图。可以看出,UICollectionViewCell与UITableViewCell的结构很相似。
...
分类:
其他好文 时间:
2015-05-19 14:49:09
阅读次数:
117
列举几个稍微难点的属性,其他的方法属性都好理解,可以参照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