A wonderful 3D animation
I like to realize UI effects when I am free. The AISphereView was inspire by QQ Browser.
You can clone or download the example to have fun with it.
To run the example project, clone the repo, and run pod install
from the Example directory first.
AISphereView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'AISphereView'
The API is very easy to use:
- (void)pushToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;
- (void)popToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;
mayqiyue, xu20121013@gmail.com
AISphereView is available under the MIT license. See the LICENSE file for more info.