文件名称:Aquaman:纯Swift库,用于嵌套显示水平和垂直滚动视图
文件大小:2.62MB
文件格式:ZIP
更新时间:2024-06-02 15:34:13
swift swift-library swift-framework page nestedscrollview
Aquaman 类似于淘票票首页,抖音、简书个人主页的嵌套滚动库 Requirements iOS 9.0+ Swift 4.2+ Xcode 10+ Installation (recommended) use_frameworks! pod 'Aquaman' Usage 首先需要导入 Aquaman import Aquaman 创建 AquamanPageViewController 子类 import Aquaman class PageViewController: AquamanPageViewController { // ... } 重写以下协议方法以提供 viewController 和相应的数量 override func numberOfViewControllers(in pageController: AquamanPageViewController)
【文件预览】:
Aquaman-master
----Aquaman-Demo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(26KB)
--------xcshareddata()
----Aquaman()
--------Aquaman()
--------Aquaman.xcodeproj()
--------.DS_Store(6KB)
----.swiftpm()
--------xcode()
----README-EN.md(3KB)
----Aquaman.podspec(652B)
----demo.gif(2.56MB)
----Aquaman-DemoUITests()
--------Aquaman_DemoUITests.swift(1KB)
--------Info.plist(727B)
----Aquaman.xcworkspace()
--------contents.xcworkspacedata(230B)
--------xcshareddata()
----Podfile(354B)
----LICENSE(1KB)
----Package.swift(437B)
----Podfile.lock(373B)
----.gitignore(1KB)
----Aquaman-Demo()
--------ViewController.swift(2KB)
--------Assets.xcassets()
--------TheFlashViewController.swift(548B)
--------BatmanViewController.swift(3KB)
--------Base.lproj()
--------HeaderView.swift(1KB)
--------PageViewController.swift(8KB)
--------AppDelegate.swift(3KB)
--------Info.plist(1KB)
--------en.lproj()
--------Main.storyboard(31KB)
--------WonderWomanViewController.swift(2KB)
--------SupermanViewController.swift(3KB)
----Tests()
--------LinuxMain.swift(116B)
--------AquamanTests()
----README.md(4KB)