项目作者: mayqiyue

项目描述 :
A wonderful 3D animation
高级语言: Objective-C
项目地址: git://github.com/mayqiyue/AISphereView.git
创建时间: 2018-02-02T10:46:35Z
项目社区:https://github.com/mayqiyue/AISphereView

开源协议:MIT License

下载


AISphereView

CI Status
Version
License
Platform

Purpose

I like to realize UI effects when I am free. The AISphereView was inspire by QQ Browser.

Here is the proto effect:

And here is AISphereView:

Example

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.

Installation

AISphereView is available through CocoaPods. To install
it, simply add the following line to your Podfile:

  1. pod 'AISphereView'

Usage

The API is very easy to use:

  1. - (void)pushToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;
  2. - (void)popToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;

PS:

  1. For saving memory. AISphereView will not hold ‘items’ when ‘- (void)pushToCenter:(UIView )centerView withItems:(NSArray <UIView >*)items’ gets called.
  2. You need use a stack to manager the data yourself when push. (Example project for your reference)

Author

mayqiyue, xu20121013@gmail.com

License

AISphereView is available under the MIT license. See the LICENSE file for more info.