Mar 26, 2025
Simplified View Controller
View Controllers can be so simple! They should not contain view-related code like styling or constraint setting. They certainly should not deal with business logic. In fact, we can connect IBOutlets and IBActions directly to classes. Read on to find out how!