文件名称:ZLSwipeableView:ZLSwipeableView 的永久分支
文件大小:5.71MB
文件格式:ZIP
更新时间:2024-07-21 04:04:16
Objective-C
ZLSwipeableView 用于构建类似和类的卡片界面的简单视图。 ZLSwipeableView 最初是为开发的。 调整了 uidynamics 和 delegate 以进行更多自定义 预习 ###滑动 ###滑动取消 ###Swipe 以编程方式 ###Swipe 以编程方式 II 可可豆 您可以通过 CocoaPods 安装ZLSwipeableView ,并将以下内容添加到您的 Podfile 中: pod 'ZLSwipeableView' 用法 查看以获取示例。 ZLSwipeableView可以添加到故事板或以编程方式初始化: ZLSwipeableView *swipeableView = [[ZLSwipeableView alloc ] initWithFrame: self .view.frame]; [ self .view addSubview: s
【文件预览】:
ZLSwipeableView-master
----.clang-format(68B)
----.gitignore(495B)
----ZLSwipeableViewDemo()
--------ZLSwipeableViewDemo()
--------ZLSwipeableViewDemo.xcodeproj()
--------ZLSwipeableViewDemoTests()
----ZLSwipeableView.podspec(1KB)
----LICENSE(1KB)
----Previews()
--------swipeLeft.gif(1.88MB)
--------swipeCancel.gif(1.78MB)
--------swipeLeftRight.gif(1.04MB)
--------swipe.gif(1.54MB)
----README.md(3KB)
----ZLSwipeableView()
--------ZLPanGestureRecognizer.m(240B)
--------ZLSwipeableView.m(23KB)
--------ZLSwipeableView.h(4KB)
--------ZLPanGestureRecognizer.h(249B)