https://github.com/ihacksubhodip/tableviewcustomization
TableView Customization.
https://github.com/ihacksubhodip/tableviewcustomization
Last synced: about 2 months ago
JSON representation
TableView Customization.
- Host: GitHub
- URL: https://github.com/ihacksubhodip/tableviewcustomization
- Owner: iHackSubhodip
- Created: 2017-03-06T08:25:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:11:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T10:34:28.375Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TableView Customization
- You'll need to create a view as designed below. The view is basically a TableView with cells, sections and headers.
- Try to make it as customisable as possible with settings like aligment(center, left, right), dimensions, appearance, etc.
- Your view should be able to adapt to the content of each cell item.
- To populate the TableView, you can download and parse the JSON data from https://gist.github.com/hemezh/660b426c758a20af38a40ac9e78e369d.
- You can use third party libraries only for networking and parsing JSON.
- Try to use the best practices of iOS development.
- Use Swift 2.3 or 3.0 for your implementation.