码迷,mamicode.com
首页 >  
搜索关键字:property animation    ( 11147个结果
图片操作,CoreImage、存储、截屏
1.图片的处理,CoreImage添加CoreImage的属性,并生成synthesize@property (nonatomic,strong) CIContext *context;@property (nonatomic,strong) CIFilter *filter1;@property ...
分类:其他好文   时间:2014-07-22 23:14:15    阅读次数:369
IOS-简单WebView的使用
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr....
分类:移动开发   时间:2014-05-01 15:13:29    阅读次数:420
UIView独占响应事件
exclusiveTouchA Boolean value that indicates whether the receiver handles touch events exclusively.Setting this property to YES causes the receiver to...
分类:其他好文   时间:2014-05-01 11:49:57    阅读次数:296
CSS3:Transition属性详解
Transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS Transitions allow property changes in CSS values to occur smoothly over a specified duration.“。而我个人则简单地理...
分类:Web程序   时间:2014-05-01 01:12:52    阅读次数:518
Cocos2d-X对常用Object-C特性的替换
平台的转换,总是让我们不自觉的去寻找两者的相同处,不过Cocos2d-X的确对很多Object-C的特性进行了模仿性质的封装,使熟悉Object-C的人能够在其中看到很多类似的概念而感到亲切。1:Property(特性)虽然没有感觉到它有多大的意义,不过习惯了用Property而让编译器来创建...
分类:其他好文   时间:2014-04-30 23:06:27    阅读次数:469
ComboBoxPropertyDescriptor 中使用枚举类型
只贴出枚举相关的代码 1、实现了IPropertySource类的一部分 protected static final String PROPERTY_TEXT = "text"; //$NON-NLS-1$ protected static final String PROPERTY_ENABLE = "enable"; //$NON-NLS-1$ protected s...
分类:其他好文   时间:2014-04-30 22:31:40    阅读次数:261
javafx之FXML初探
FXML作为XML-based,UI构造器。其相关的规则值得我们去理解。 FXML元素分类: A class instanceA property of a class instanceA "static" propertyA "define" blockA block of script code FXML应该在根元素定义prefix : xmlns:fx=http://javaf...
分类:编程语言   时间:2014-04-30 22:16:38    阅读次数:655
自定义元件package时,元件的新建属性在原理图中无显示
在制作元件package封装,选择package type 封装为Heterogeneous,给元件新定义封装,却在原理图中显示不了。 解决方法: 1、调出如图所示User Property对话框(Option----》Part properties),图中方框中的packGRP为笔者定义属性,却没在原理图中显示。 2、选中新建属性-----点击右侧的Display,如下图所示: ...
分类:其他好文   时间:2014-04-29 13:34:21    阅读次数:364
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
flex spark datagird 样式
如上图,是对datagrid的样式修改。包含:头部背景色及字体居中,单元格背景色设置,行字体颜色设置,复选框。基本都是基于渲染器的定义。1)头部背景色及字体居中:头部渲染器并没有直接的属性可用,需要自定义datagrid的皮肤。在自动生成的皮肤中,可以找到 <!--- Defines the value of the headerRenderer property for the columnHe...
分类:其他好文   时间:2014-04-29 13:14:19    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!