效果类似人人网微薄客户端的弹出效果static CGFloat kTransitionDuration
= 0.3;- (void)initView{ UIWindow *window = [UIApplication
sharedApplication].keyWindow; if (...
分类:
其他好文 时间:
2014-07-22 23:17:15
阅读次数:
437
骨骼动画是去年打算写的部分, 但是中间因为工作太忙, 已经拖了一年了. 期间也加了其他东西,
比如对UI做了部分完善.UI对toolbar button添加了drop down 支持,一种是dropdown menu,一种是dropdown
property sheet实现这些控件不难, 但是要做抽...
分类:
其他好文 时间:
2014-07-22 23:14:33
阅读次数:
487
错误描述:Illegal overloaded getter method with
ambiguous type for property parent in class class cn.domain.Menu. This breaks
the JavaBeans specification a...
分类:
其他好文 时间:
2014-04-30 15:24:40
阅读次数:
6857
主要需要注意的几个问题: 1.导入图片方式最好用文件导入 代码:
在ViewController.m文件中 2.UILable常用属性 @property(nonatomic,copy) NSString *text;
//设置文本内容 @...
分类:
移动开发 时间:
2014-04-29 22:28:37
阅读次数:
616
时间差不够,导致闪屏 CATransition *animation =
[CATransition animation]; animation.delegate = self; animation.duration =
DurationTime ; //动画持续时间如果一个页面...
分类:
其他好文 时间:
2014-04-29 18:40:49
阅读次数:
469
时间:2013-09-06 | 10:24作者:玉面小飞鱼
分类:DOM,js相关,前端技术2,222次浏览1.
定义Property:属性,所有的HTML元素都由HTMLElement类型表示,HTMLElement类型直接继承自Element并添加了一些属性,添加的这些属性分别对应于每个HTML...
分类:
编程语言 时间:
2014-04-27 21:28:51
阅读次数:
635
有个项目需要实现push的方式从左向右,现在记录一下我的学习过程
push 从左向右
- (void)settingBtnMethod{
CATransition *transition = [CATransition animation];
transition.duration = 0.5f;
transition.timingFunction ...
分类:
其他好文 时间:
2014-04-27 18:53:32
阅读次数:
577