文件名称:AirBar:iOS库-UIScrollView驱动的可扩展菜单
文件大小:1.5MB
文件格式:ZIP
更新时间:2024-02-23 10:53:19
swift ios uiscrollview iOSSwift
UIScrollView驱动的可扩展菜单。 描述 AirBar是一个用于创建超酷可扩展菜单的库。 库观察UIScrollView滚动并提供可应用于UI元素的状态。 演示版 安装 库支持依赖性管理器。 要安装AirBar,请在项目的根文件夹中的Cartfile中添加以下行。 github "uptechteam/AirBar" ~> 2.0 使用添加到您的项目Podfile中 pod 'AirBar', '~> 2.0' 使用Swift Package Manager ,将以下行添加到Package.swift中: dependencies: [ .package(url: "https://github.com/uptechteam/AirBar.git", .exact("2.0.6")), ], 如何使用 使用BarController(configuration Configuration, stateObserver: StateObserver)初始化程序创建BarController对象,其中Configuration是包含高度配置的struct,而StateObs
【文件预览】:
AirBar-master
----.gitignore(392B)
----AirBar.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(40KB)
----AirBarExampleApp()
--------TableViewCell.swift(270B)
--------Helpers.swift(821B)
--------ViewController.swift(10KB)
--------ExpandedView.xib(8KB)
--------Info.plist(1KB)
--------MenuView.swift(403B)
--------NormalView.xib(6KB)
--------ExpandedView.swift(1KB)
--------TableViewCell.xib(6KB)
--------Base.lproj()
--------NormalView.swift(258B)
--------MenuView.xib(5KB)
--------AppDelegate.swift(283B)
--------Assets.xcassets()
----AirBar.podspec(546B)
----LICENSE(1KB)
----AirBarTests()
--------BarControllerTests.swift(7KB)
--------TestScrollable.swift(936B)
--------Info.plist(680B)
--------Observables()
--------Helpers()
--------Reducer()
--------Models()
----README.md(3KB)
----AirBar()
--------AirBar.h(480B)
--------Info.plist(753B)
--------BarController.swift(7KB)
--------Scrollable.swift(2KB)
--------Observables()
--------Helpers()
--------Reducer()
--------Models()
----Package.swift(582B)
----Logo()
--------Demo.gif(2.6MB)
--------Logo.png(22KB)