码迷,mamicode.com
首页 >  
搜索关键字:uikit dynamics    ( 1696个结果
UIKit 框架之UIActivityIndicatorView
//// ViewController.m// UIActivityIndicatorView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "...
分类:其他好文   时间:2015-05-18 14:31:39    阅读次数:96
UIKit 框架之UIProgressView
//// ViewController.m// UIProgressView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewContr...
分类:其他好文   时间:2015-05-18 14:29:36    阅读次数:76
UIKit 框架之UIImageView
//// ViewController.m// UIImageView//// Created by City--Online on 15/5/18.// Copyright (c) 2015年 XQB. All rights reserved.//#import "ViewControll...
分类:其他好文   时间:2015-05-18 12:43:36    阅读次数:106
UIKit 框架之UILabel
http://www.cnblogs.com/ygm900/archive/2013/05/19/3086902.html
分类:其他好文   时间:2015-05-17 23:33:30    阅读次数:150
UIKit 框架之UIView一
- (id)initWithFrame:(CGRect)aRect //通过一个矩形对象初始化Configuring a View’s Visual Appearance //配置视觉展示@property(nonatomic, copy) UIColor *backgroundColor //设置...
分类:其他好文   时间:2015-05-17 18:37:45    阅读次数:88
UIKit 框架之UIView二
UIKit框架的控件都是UIView的子类。
分类:其他好文   时间:2015-05-17 18:34:25    阅读次数:116
[eBook]Inside Microsoft Dynamics AX 2012 R3发布
最近一本关于Microsoft Dynamics AX 2012开发的书《Inside Microsoft Dynamics AX 2012 R3》 发布。Book DescriptionFully updated for Microsoft Dynamics AX 2012 R3!Dig into...
分类:其他好文   时间:2015-05-17 13:27:25    阅读次数:121
UIKit 框架之UIResponder
前面博客有讲触摸事件提过响应事件和响应者链,而管理响应者链的正是UIResponder。
分类:其他好文   时间:2015-05-17 00:43:22    阅读次数:137
UIKit框架之NSObject
首先学习NSObject//// ViewController.m// localization//// Created by City--Online on 15/5/15.// Copyright (c) 2015年 XQB. All rights reserved.//#import ...
分类:其他好文   时间:2015-05-15 19:44:24    阅读次数:152
IOS中的生命周期及加载过程
这一节,主要讲解UIKit框架下,应用程序的生命周期,UIView的生命周期,异常处理流程及控制器的加载过程。 四大对象关系图 应用程序生命周期 对上面的流程进行说明: 1. 程序启动执行,先进入main函数: int main(int argc, char * argv[]) 2. 执行UIApplicationMain函数: return...
分类:移动开发   时间:2015-05-15 10:51:17    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!