MRTableViewManager 2.0.3

MRTableViewManager 2.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Marcelo Reis.



  • By
  • Marcelo Reis

Table View Manager

With few codes, you can build a complete table view with pagination, preload cells and empty data retrieved from API.

Preload Simple
Preload Simple
Headers Empty
Headers Empty

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements and Details

  • iOS 8.0+
  • Xcode 7.3 or above
  • Built with Swift 2.2

Installation

Manually

Although it’s not recommended, you just need to drop MRTableViewManager folder into Xcode project (make sure to enable “Copy items if needed” and “Create groups”).

Usage

Instatiating

import MRTableViewManager

class PreloadExampleTableViewController: UITableViewController, TableViewManagerDelegate {
// ...

let tableViewManager = MRTableViewManager()

Information and Contact

Developed by @marceloreis13.

Contact me either by Linkedin @marceloreis13 or emailing me to [email protected].

License

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.