Skip to content

ZPP506/ZPScrollerScaleView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZPScrollerScaleView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

How to use ZPScrollerScaleView

    /**初始化配置项*/
        ZPScrollerScaleViewConfig * config = [[ZPScrollerScaleViewConfig alloc]init];
        config.scaleMin = 0.9;
        config.scaleMax = 1;
        config.pageSize = CGSizeMake([UIScreen mainScreen].bounds.size.width - 100, 400);
        config.ItemMaingin = 5;
       
        
        /**初始化滚动缩放视图*/
        ZPScrollerScaleView * tempView = [[ZPScrollerScaleView alloc] initWithConfig:config];
        
        /**设置默认展示*/
        tempView.defalutIndex = 1;
        
        /**添加子视图view到items数组中用于展示*/
        tempView.items =@[view1,view2,view3,....];
        

如何获取当前下标值

NSInteger currentIndex = tempView.currentIndex;

Installation

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

pod 'ZPScrollerScaleView'

Author

张朋朋, 944160330@qq.com

License

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

About

ZPScrollerScaleView

Resources

License

Stars

Watchers

Forks

Packages

No packages published