CricleScrollerView:基于ScrollerView进行封装的控件,实现ScrollerView无缝循环滚动

时间:2024-05-23 07:55:04
【文件属性】:

文件名称:CricleScrollerView:基于ScrollerView进行封装的控件,实现ScrollerView无缝循环滚动

文件大小:3.23MB

文件格式:ZIP

更新时间:2024-05-23 07:55:04

Objective-C

CricleScrollerView 概述 基于ScrollerView进行封装的控件,实现ScrollerView无缝衔接接循环轮播。 用法 //初始化轮播图片 UIImageView *imageView0 = [[UIImageView alloc ] initWithImage: [UIImage imageNamed: @" image0 " ]]; imageView0.frame = CGRectMake( 0 , 0 , self.view.bounds.size.width, 200 ); UIImageView *imageView1 = [[UIImageView alloc ] initWithImage: [UIImage imageNamed: @" image1 " ]]; imageView1.frame = CGRectMake( 0 , 0 , self


【文件预览】:
CricleScrollerView-master
----CricleScrollerView()
--------main.m(340B)
--------ViewController.m(1KB)
--------AppDelegate.h(283B)
--------screenshots()
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------CricleScrollViewController.m(8KB)
--------CricleScrollViewController.h(1KB)
--------ViewController.h(220B)
--------Base.lproj()
----README.md(1KB)
----CricleScrollerView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
--------xcuserdata()
----CricleScrollerViewTests()
--------Info.plist(753B)
--------CricleScrollerViewTests.m(898B)

网友评论