This is my first iOS project, built using UIKit. The app consists of 6 screens and demonstrates basic networking capabilities using URLSession. It is a practice project aimed at learning and improving iOS development skills.
- Networking: Fetches and displays news from a simple API.
- Basic Navigation: Screens are connected using
UINavigationControllerandTabBarController. - Adaptable Layout: Designed to work across different iPhone screen sizes.
- UIKit | AutoLayout
- URLSession
- SOLID