hlongvu / SGView

Epoxy Inspired Model-View Frameworks for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 repeatedly 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, hlongvu@gmail.com

License

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

About

Epoxy Inspired Model-View Frameworks for iOS

License:MIT License


Languages

Language:Swift 93.3%Language:Ruby 6.7%