文件名称:ComplicatedUIAndMutiRequestDemo:页面多层复杂结构和多请求接口实现案例。不才,请指教。谢谢 :)
文件大小:489KB
文件格式:ZIP
更新时间:2024-06-05 11:08:20
swift uitableview uicollectionview moya Swift
ComplicatedUIAndMutiRequestDemo 本项目为页面多层复杂结构和多请求接口实现案例。 不才,请指教。 谢谢 :) 说明: 本项目界面布局主要是借助 ,网络请求选用的Moya ,主要思路参考 Eurake 等行业内标杆 。 优势: 每个 cell 模块数量为动态 可以再扩展出一个 section,内涵不同的 cell 劣势: 每个 cell 模块数量为动态 Overview Requirements Xcode 9.0+ iOS 9.0+ Swift 4.0+ CocoaPods Example class DemoViewController: RootListViewController { override func viewDidLoad() { super.viewDidLoad() // Do any ad
【文件预览】:
ComplicatedUIAndMutiRequestDemo-master
----.gitignore(1KB)
----Demo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(42KB)
----LICENSE(1KB)
----.DS_Store(6KB)
----Demo()
--------spaceship.jpg(335KB)
--------SectionControllers()
--------OneAPI.swift(2KB)
--------Model()
--------Info.plist(1KB)
--------API()
--------DemoViewController.swift(8KB)
--------Cells()
--------IncrementAnnouncer.swift(1KB)
--------DetailViewController.swift(916B)
--------Base.lproj()
--------DataManager.swift(13KB)
--------DataSourceManager.swift(9KB)
--------AppDelegate.swift(3KB)
--------Assets.xcassets()
----Demo.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(222B)
----README.md(6KB)
----ComplecatedViewController()
--------ComplecatedViewController.swift(2KB)
--------CollectionItem.swift(619B)
--------RowSectionController.swift(2KB)
--------Info.plist(774B)
--------ListManager.swift(5KB)
--------CollectionManager.swift(4KB)
--------ComplecatedViewController.h(601B)
--------ManagerCenter.swift(1KB)
----ComplecatedViewControllerTests()
--------Info.plist(701B)
--------ComplecatedViewControllerTests.swift(1KB)
----RootListViewController.mmap(75KB)
----Podfile.lock(2KB)
----Podfile(216B)
----YILUtilKit()
--------Swift_Category()
--------NetworkHelper.swift(24KB)
--------UserManager()
--------HostManager()
--------UpdateManager.swift(3KB)
--------YILLog.swift(2KB)
--------YILSettings.swift(2KB)
--------Define.swift(3KB)
--------YILImagePicker.swift(8KB)
--------HostConfig.swift(727B)