MRTableViewManager 2.0.3

MRTableViewManager 2.0.3

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布日期最新发布2016年10月
SwiftSwift 版本3.0
SPM支持 SPM

Marcelo Reis 维护。



  • 发布者
  • Marcelo Reis

Table View Manager

使用少量代码,您可以构建一个包含分页、预加载单元和从 API 获取的空数据的完整表格视图。

预加载 简单
Preload Simple
标题
Headers Empty

示例

要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install

要求与细节

  • iOS 8.0+
  • Xcode 7.3 或更高版本
  • 使用 Swift 2.2 构建

安装

手动

虽然不推荐,但是您只需将 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.