码迷,mamicode.com
首页 >  
搜索关键字:property animation    ( 11147个结果
学习IOS开发UI篇--UIScrollView/delegate/pagecontrol/UITimer
1.UIscrollView的属性==================================================1.1 常见属性@property(nonatomic) CGPoint contentOffset;这个属性用来表示UIScrollView滚动的位置@proper...
分类:移动开发   时间:2014-06-07 02:48:31    阅读次数:325
动画渐变兼容各个浏览器
.destination1 .current{ display:block; animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate ; -moz-animatio...
分类:其他好文   时间:2014-06-04 20:53:25    阅读次数:332
Objective-C中的属性(property)
Objective-C中的属性(property)它组合了新的预编译指令和新的属性访问的语法,新的属性功能显著减少了必须编写的冗长代码的数量。下面我们来比较下面的代码//第一种声明方法-(void)setRainHandling:(float) rainHanding;-(float) rainHa...
分类:其他好文   时间:2014-06-04 20:00:10    阅读次数:255
iOS progressview的简单使用
head 代码。。Java代码#import@interfaceViewController:UIViewController{UIProgressView*progressview;UIProgressView*progressviewbar;NSTimer*timer;}@property(re...
分类:移动开发   时间:2014-06-04 19:55:32    阅读次数:359
Q_INVOKABLE与invokeMethod用法全解
在Qt/Qt Quick宏浅议一文中,我们将介绍Qt中经常使用的几个宏: Q_OBJECT, SIGNAL与SLOT, Q_SIGNALS 与 Q_SLOTS, Q_EMIT ,Q_INVOKABLE, Q_PROPERTY。相比其他宏,Q_INVOKABLE 显得更加神秘,但Q_INVOKABLE...
分类:其他好文   时间:2014-06-03 09:52:29    阅读次数:403
Objective C - 4 - 下载图片并且加载到View
#import "LoadInternetImageViewController.h"@interface LoadInternetImageViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@e...
分类:其他好文   时间:2014-05-30 20:28:32    阅读次数:347
图片轮播器
SB里只需要两个控件:UIScrollViewUIPageControl@interface LYViewController () /** scrollView */@property (weak, nonatomic) IBOutlet UIScrollView *scrollVIew;/** ...
分类:其他好文   时间:2014-05-30 17:54:23    阅读次数:229
iOS开发UI篇—UITableview控件基本使用
iOS开发UI篇—UITableview控件基本使用一、一个简单的英雄展示程序NJHero.h文件代码(字典转模型) 1 #import 2 3 @interface NJHero : NSObject 4 /** 5 * 头像 6 */ 7 @property (nonatomic, c...
分类:移动开发   时间:2014-05-30 12:31:48    阅读次数:355
Oracle Parameter使用
string sqlStr = "update sys_case t set t.content =:CONTENT,t.property=:PROPERTY where id=:ID"; OracleParameter[] parameterValue = { ...
分类:数据库   时间:2014-05-29 12:18:04    阅读次数:283
iOS中的动画
什么是动画,动画其实就是我们看到的画面变化的一个过程那么在iOS中,实现一个最简单的动画需要几步呢?a Simple animation{ // 1.开启动画 [UIViewbeginAnimations:nilcontext:nil]; [UIViewsetAnimationDuration:.....
分类:移动开发   时间:2014-05-28 16:35:25    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!