pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
11.92k stars 1.37k forks source link

Add `final` to `UIViewController`s in UIKit CaseStudies #3221

Closed junbangg closed 1 week ago

junbangg commented 1 week ago

While checking out the UIKit CaseStudies, I noticed that a couple of ViewControllers were missing the final keyword. I didn't see any subclassing, and all the other ViewControllers seem to have final, so I assumed it was an oversight. Let me know if I'm missing something 👍