GithubHelp home page GithubHelp logo

mehulb190 / avlightertableviewcontroller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angelvasa/avlightertableviewcontroller

0.0 1.0 0.0 14 KB

LighterTableViewController Swift

Swift 100.00%

avlightertableviewcontroller's Introduction

AVLighterTableViewController

Why AVLighterTableViewController?

As a iOS developer we need to use tableview as a basic component for any of our project, and we need to implement delegates and datasource in each and every view controller. but as a solution we can make one lighter delegate & datasoucre class which will handle all the mess for you.

How to use it

You just need to copy 2 classes from above demo project

1) AVTableDataSource

2) AVBaseTableViewCell

-- After copying this class you need to add NSObject into your storyboard, and apply custom class to AVTableDataSource for that NSObject

-- Now connect tableview outlet of NSObject to your tableview

-- Apply tableview's delegate and datasource to NSObject

-- Now create custom cell with xib and subclass that class with AVBaseTableViewCell

-- In your viewcontroller you can add below line and you are done!!

self.dataSource.registerTableCellNib("MyCustomTableViewCell", cellIdentifier: "myCell")
self.dataSource.setupData(["One", "Two", "Three"]) // Pass your object after server call
self.dataSource.selectedObject { (selectedObject) -> Void in
print(selectedObject)
}

-- Hope you like it.

If you have any query or suggestion you can always contact me at [email protected]

avlightertableviewcontroller's People

Watchers

M36 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.