API Practice is a programmatic UIKit iOS App that pulls data from 4 different APIs and displays the results in individual TableViews
- UIKit
- Swift
- XCode version 26.2
- Pulls data from APIs using URLSession on a background thread
- Displays results in TableView
- Each TableView has Refresh Control and Activity Indicator when loading data
