文件名称:ios-上下无限滑动列表.zip
文件大小:136KB
文件格式:ZIP
更新时间:2022-07-31 13:26:36
列表
最近看到iPhone上的日历上下无线滚动效果很炫,就尝试自己实现。 在网上看到这个StreetScroller(https://developer.apple.com/library/ios/samplecode/StreetScroller/Introduction/Intro.html) 就拿他改了一下,现在已经改为上下无限滑动,并按照UITableView的方式进行了简单封装,后期会持续改进,希望小伙伴关注。 如有不足之处还望大神指出。 github地址:https://github.com/CaoWeikang/Calendar
【文件预览】:
Calendar-master
----演示.gif(171KB)
----CalendarTests()
--------CalendarTests.m(900B)
--------Info.plist(733B)
----CalendarUITests()
--------CalendarUITests.m(1KB)
--------Info.plist(733B)
----Calendar()
--------WKBoundlessScrollViewCell.m(1KB)
--------Assets.xcassets()
--------main.m(332B)
--------WKBoundlessScrollViewCell.h(419B)
--------WKBoundlessScrollView.h(861B)
--------AppDelegate.h(275B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ViewController.h(213B)
--------Info.plist(1KB)
--------WKBoundlessScrollView.m(8KB)
--------ViewController.m(1KB)
----Calendar.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
--------xcuserdata()
----README.md(572B)