测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布日期最新发布 | 2016年10月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 Marcelo Reis 维护。
使用少量代码,您可以构建一个包含分页、预加载单元和从 API 获取的空数据的完整表格视图。
预加载 | 简单 |
---|---|
![]() | ![]() |
标题 | 空 |
![]() | ![]() |
要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install
虽然不推荐,但是您只需将 MRTableViewManager 文件夹拖入 Xcode 项目中(请确保启用“需要时复制项”和“创建组”)。
import MRTableViewManager
class PreloadExampleTableViewController: UITableViewController, TableViewManagerDelegate {
// ...
let tableViewManager = MRTableViewManager()
由 @marceloreis13 开发。
您可以通过 LinkedIn @marceloreis13 或通过电子邮件 [email protected] 联系我。
The MIT License (MIT)
Copyright (c) 2016 Marcelo Reis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.