Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a482a12

Browse files
committed
添加介绍
Signed-off-by: Zhiping Yang <[email protected]>
1 parent 802db35 commit a482a12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22
UIKit Dynamic UIDynamicAnimator UIDynamicBehavior
33

44
##主要用来理解实战iOS7的物理引擎
5+
6+
![图片三](https://github.com/ZhipingYang/UIKitDynamics/raw/master/demo.png)
7+
8+
UIKitDynamics | 作用及用法
9+
----- | -----
10+
UIDynamicAnimator | 引擎载体
11+
[UIGravityBehavior](https://github.com/ZhipingYang/UIKitDynamics/blob/master/DynamicsDemo/GravityViewController.m) | 重力行为
12+
[UICollisionBehavior](https://github.com/ZhipingYang/UIKitDynamics/blob/master/DynamicsDemo/CollosionViewController.m) | 碰撞行为
13+
[UIAttachmentBehavior](https://github.com/ZhipingYang/UIKitDynamics/blob/master/DynamicsDemo/AttachmentViewController.m) | 链接行为(弹簧效果)
14+
[UISnapBehavior](https://github.com/ZhipingYang/UIKitDynamics/blob/master/DynamicsDemo/SnapViewController.m) | 吸附行为
15+
[UIPushBehavior](https://github.com/ZhipingYang/UIKitDynamics/blob/master/DynamicsDemo/PushViewController.m) | 受力行为

0 commit comments

Comments
 (0)