组合式写法:animation: name duration timing-function delay iteration-count direction;拆分式写法:animation-name: 动画名称; animation-duration: 动画作用时间; anima...
分类:
其他好文 时间:
2014-06-18 19:11:14
阅读次数:
710
【Properties】1、lazy property,通过@property来定义, lazy property的属性直到使用的时候才初始化: 2、Computed Properties: 2、对于set方法,如果没有定义参数,则参数默认为newValue: 3、通过去除set方法,以及去...
分类:
其他好文 时间:
2014-06-18 18:34:12
阅读次数:
182
这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的.TIWTreeView 所在单元及继承链:IWCompTreeview.TIWTreeView 主要成员:property Items: TIWTreeViewItems //所有 Ite...
分类:
Web程序 时间:
2014-06-18 16:33:31
阅读次数:
229
【Subscript】1、subscript的定义: 2、Subscript的使用: 3、可以定义多维subscript: 多维Subscript的使用: 【Inheritance】1、override property: 2、overriding property observe...
分类:
其他好文 时间:
2014-06-18 16:28:41
阅读次数:
205
非gc的对象,所以默认的assign修饰符是不行的。那么什么时候用assign、什么时候用retain和copy呢?推荐做法是NSString用copy,delegate用assign(且一定要用assign,不要问为什么,只管去用就是了,以后会明白的),非objc数据类型,比如int,float等...
分类:
其他好文 时间:
2014-06-18 15:43:31
阅读次数:
286
TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件.TIWGrid 所在单元及继承链:IWCompGrids.TIWGrid 主要成员:property Cel...
分类:
Web程序 时间:
2014-06-18 13:45:37
阅读次数:
453
UIButton的titleLabel@property(nonatomic, readonly, retain) UILabel *titleLabelDescription - 描述A view that displays the value of the currentTitle proper...
分类:
其他好文 时间:
2014-06-18 09:08:25
阅读次数:
160
Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。
Tweene Animations。
主要类
Animation 动画
AlphaAnimation
渐变透明度
RotateAnimation 画面旋转
ScaleAnimation 渐变尺寸缩放
TranslateAnimation ...
分类:
其他好文 时间:
2014-06-16 22:18:07
阅读次数:
262
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial错误解决办法...
分类:
编程语言 时间:
2014-06-15 11:23:34
阅读次数:
192
个人写的一些例子:
//
// ViewController.m
// CABasicAnimationDemo
//
// Created by haotian on 14-6-13.
// Copyright (c) 2014年 Baseus. All rights reserved.
//
#import "ViewController.h"
@interface ViewCo...
分类:
其他好文 时间:
2014-06-15 11:17:24
阅读次数:
215