一、
基本简介block用来保存一段代码block的标志:^block可以作为函数参数或者函数的返回值,而其本身又可以带输入参数或返回值。苹果官方建议尽量多用block。在多线程、异步任务、集合遍历、集合排序、动画转场用的很多block跟函数很像:
1.可以保存代码 2.有返回值 3.有形参 4.调...
分类:
其他好文 时间:
2014-05-12 13:01:45
阅读次数:
225
layer: 下载js和layer库弹出框类型: 警告: 对话框: 框架:
//弹出窗口$(document).ready(function(){ $("#login").click(function(){ $.layer({
type: 2, ...
分类:
其他好文 时间:
2014-05-12 12:14:49
阅读次数:
261
使用CGPathAddArc使UIView的Layer绕中心点旋转2012-12-04
15:38775人阅读评论(0)收藏举报animationAnimationiosiOSIOSlayerpathPATHPathuiviewUIViewUIVIew[plain]view
plaincopyflo...
分类:
其他好文 时间:
2014-05-12 10:14:44
阅读次数:
368
例子代码可以在http://download.csdn.net/detail/worldmatrix/4603488下载
iOS的UI是基于UIView类的,我们能看到的每个UI元素都是UIView或者UIView的子类。View按树形结构组织起来,树根是UIWindow。View负责界面的交互和....
分类:
移动开发 时间:
2014-05-12 10:12:40
阅读次数:
478
private ViewFlipper flipper; private float startX;
private Animation in_lefttoright; private Animation outlefttoright; private
Animation in_righttole....
分类:
其他好文 时间:
2014-05-12 10:00:20
阅读次数:
372
NS_CLASS_AVAILABLE_IOS(6_0) UIRefreshControl
有个毛病有时会出bug 动画下拉就不动了,这里给出修复处理:@interface UICollectionView
(FixRefreshControlJump)@end#import "UICollectio...
分类:
移动开发 时间:
2014-05-10 07:44:40
阅读次数:
529
## Introduction读这篇论文的机缘巧合很有趣,我在Unity3D的Asset
Store上看到一个叫做[Dyanmic
Bones](http://u3d.as/content/will-hong/dynamic-bone/7fH)的项目,使用物理动画真实地模拟了角色的躯干动作,20$还...
分类:
其他好文 时间:
2014-05-10 07:25:47
阅读次数:
299
QWidget工程 1 #include "mywidget.h" 2 #include
"ui_mywidget.h" 3 #include 4 #include 5 #include 6 #include 7 8
MyWidget::MyWidget(QWidget *parent) ...
分类:
编程语言 时间:
2014-05-10 06:36:46
阅读次数:
354
Android写动画效果不是一般的麻烦,网上找了好久,终于解决了动画的问题,总结记录以共勉。仅以水平方向移动效果做说明,垂直方向类似。public
void slideview(final float p1, final float p2) { TranslateAnimation anima...
分类:
移动开发 时间:
2014-05-09 19:48:01
阅读次数:
305