SkillAgentSearch skills...

LB3DBanner

A 3D BannerView.

Install / Use

/learn @Fantast-WLB/LB3DBanner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LB3DBanner

A 3D BannerView support tap and swipe gesture.

Usage

Here is how you can use it:

///yourImageArray can be array of URLs or imagenames
LB3DBannerView *view = [[LB3DBannerView alloc]initWithFrame:CGRectMake(40, 40, 280,400) andImageURLArray:yourImageArray];
[self.view addSubview:view];
view.delegate = self;
//view.isAutoCarousel = YES;
//view.isOffline = YES;

LB3DBannerViewDelegate

    -(void)didTapTheMidImageView:(id)object
    {
        NSLog(@"点击中间--代理");
    }

    

AutoCarousel

    ///default is NO
    @property(nonatomic,assign)BOOL isAutoCarousel;
    -(void)starCarousel;
    -(void)stopCarousel;
    
    

Effect Picture

image

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated2y ago
Forks8

Languages

Objective-C

Security Score

55/100

Audited on May 31, 2023

No findings