1.0
- Xcode 11.0 or later
- iOS 11.0 or later
- Foundation
- UIKit
The TestAppProficiency is a app that uses programatic constraints to load the UI. It fetches data from a url and load data into a tableview. It loads images lazily and keeps the app as fluid as possible. The app basically consists of one screen
-
Codable Protocol: Codable protocol is used to convert json data fetched into swift object directly.
-
Caching Used: Images in the tableview are loaded lazily by using caching mechanism so that images dont load evrytime tableview is scrolled.
-
Advanced Contraints: Advanced constraints or programtic constraints are used with no storyboard or xib involved.
-
Networking Module: Networking module created while doing networking calls using URLSessions.
Work in Progress