BestTuMi / UIKitDynamics

UIKit Dynamics demo with 11 example 学习动力学动画的11个Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#UIKitDynamics

LICENSE  SUPPORT  BLOG 

The repositorie is designed to help you learn UIKit dynamics animation. First, all the dynamic behaviors are practiced. Then,there are three practical applications to explore the usage scenarios. Finally,through a independent project to a comprehensive application

UIKit dynamics is a new member of UIKit in iOS7, As the animation process controllability is low, performance consumption is relatively large, so the usage scenarios is relatively small. But it can create complex animation with physical simulation effect like a 2D physics engine. If such an effect is used in the right place will give the interaction pleasantly surprised, you will feel in the back of the scene application.

本项目用来帮助你学习 UIKitDynamics。先把 UIKitDynamics 的所有 Behavior 都进行了演示,然后提供三个实际场景的应用来探索它的使用场景,最后通过独立项目来进行综合应用。

UIKitDynamics 是 iOS7 新加入 UIKit 家族的动画。由于动画过程可控性低,性能消耗也比较大,所以使用场景相对较少。但是借此可以做出来复杂的仿真动画效果,甚至可以媲美 2D 物理引擎。如果把这样的效果用在合适的地方将会给交互带来惊喜,你将在后边的场景应用中感受到。

XFSolarSystem(独立项目)

This independent project is a random number generator simulated the solar system. The FPS of the GIF is very low. You can click here to download the mov or find Images/11.mov in the project for more details.

独立项目使用 UIKitDynamics 模拟太阳系制作随机数生成器。图片 GIF 帧数过低。你可以点击这里下载视频或者在项目找到 Images/11.mov 查看完整效果。

UIGravityBehavior(重力行为)

图片备用链接

## UICollisionBehavior(碰撞行为) [图片备用链接](http://d.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=8902b8faaed3fd1f3209a13200755422/63d0f703918fa0ec03734fd9209759ee3c6ddba9.jpg)

## UIAttachmentBehavior(连接行为) [图片备用链接](http://g.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=9ed898fc307adab439d0184bbbefc221/8435e5dde71190ef1007b90bc81b9d16fcfa6061.jpg)

## UISnapBehavior(吸附行为) [图片备用链接](http://g.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=627e8a0af61f3a295ec8d6c6a91ecd0c/4bed2e738bd4b31c692bbf6f81d6277f9f2ff8cb.jpg)

## UIPushBehavior(推动行为) [图片备用链接](http://a.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=82d0f7b4332ac65c6305657bcbc9c32c/80cb39dbb6fd5266684117c0ad18972bd50736ff.jpg)

## UIDynamicItemBehavior (仿真行为) [图片备用链接](http://g.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=62de8a0af61f3a295ec8d6c6a91ecd0c/4bed2e738bd4b31c698bbf6f81d6277f9f2ff8ab.jpg)

## UIPendulumViewController (综合应用) [图片备用链接](http://h.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=65edcef20f24ab18e416e23f05c197f0/14ce36d3d539b6000d782463ef50352ac75cb7ab.jpg)

## UIPhotoWallViewController (场景应用) [图片备用链接](http://b.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=35cd70e21b950a7b71354dcc3aea13e4/bd315c6034a85edff474d5f74f540923dc54756d.jpg)

## UITransformViewController (场景应用) [图片备用链接](http://g.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=d07917139652982201333acbe7f10af6/241f95cad1c8a7865f4d61da6109c93d71cf50fa.jpg)

## UIAlertViewController(场景应用) [图片备用链接](http://g.picphotos.baidu.com/album/s%3D680%3Bq%3D90/sign=9e4298fc307adab439d0184bbbefc221/8435e5dde71190ef109db90bc81b9d16fcfa60fb.jpg)

About

UIKit Dynamics demo with 11 example 学习动力学动画的11个Demo

License:MIT License


Languages

Language:Objective-C 100.0%