码迷,mamicode.com
首页 >  
搜索关键字:property animation    ( 11147个结果
ios成长之每日一遍(day 6)
toolBar上的View SwitcherBIDAppDelegate.h#import @class BIDSwitchViewController;@interface BIDAppDelegate : UIResponder @property (strong, nonatomic) UIW...
分类:移动开发   时间:2014-05-26 22:58:05    阅读次数:383
【转】ListView,GridView之LayoutAnimation特殊动画的实现 ps:需要学习的是在getView中添加动画的思想
LayoutAnimation干嘛用的?不知道的话网上搜一下。Android的Animation之LayoutAnimation使用方法有两种用法,我的通常写在代码中,像下面这样: 1 /** 2 * Layout动画 3 * 4 * @return 5 *...
分类:其他好文   时间:2014-05-26 22:26:15    阅读次数:421
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers CAGradientLayer CAReplicatorLayer CAScrollLayer CAShaperLayer CATextLayer CATransformLayer...
分类:移动开发   时间:2014-05-23 00:36:05    阅读次数:1026
攻城狮在路上(壹) Hibernate(三)--- 属性访问、命名策略、派生属性、指定包名等
一、hibernate访问持久化类属性的策略: 在元素中的access属性用于指定Hibernate访问持久化类属性的方式。 常见的方式如下: 1、property:默认值。hibernate通过相应的getXXX()和setXXX()方法。 2、field:hibernate运用反...
分类:系统相关   时间:2014-05-22 14:58:26    阅读次数:342
盘点iOS开发中property属性常用关键字
一、关键字说明1、@synthesize:自动生成成员变量相应的存取方法,可以使用点语法操作该变量的存取。2、@implementation: 表明类的实现 ,以@end 结束。3、self :类似java语言当中的this ,是隐藏指针 指向接受消息的对象的指针 。消息所调用的方法使用该指针参数查...
分类:移动开发   时间:2014-05-21 18:28:22    阅读次数:370
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
delphi 操作 XML (二)
四、符号引用(Symbol Reference) 4.1.类(Classes) 4.1.1.TComponentAccess类   TComponentAccess = class(TComponent) 4.1.1.1.ComponentState   property ComponentState; 4.1.1.2.SetComponentState   procedure Se...
分类:其他好文   时间:2014-05-21 14:05:58    阅读次数:315
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
0818开班典礼-第一个iOS项目
一、按钮点击事件处理方法 - (IBAction) tapHelloButton:(id)sender;二、获取文本框控件@property (weak, nonatomic) IBOutlet UITextField *userNameText;三、获取文本标签控件@property (weak,...
分类:移动开发   时间:2014-05-21 04:22:18    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!