SGView 0.1.0

SGView 0.1.0

Maintained by Long Vu.



SGView 0.1.0

  • By
  • hlongvu

SGView

CI Status Version License Platform

Introduction

SGView

To build a long and complex ui screen is a tedious task. We often using UITableView to make this kind of screen. Inspired by Airbnb/Epoxy library, I recreate a small and lightweight similar library for iOS. This library handles all the complex and repeatible task when dealing with UITableView DataSource and Delegate, and showing a nicer and cleaner API.

For more details and how to work with this library, please check out my blog post: https://blog.hlongvu.com

Example

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

Installation

SGView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SGView'

Author

hlongvu, [email protected]

License

SGView is available under the MIT license. See the LICENSE file for more info.