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
12.22k stars 1.42k forks source link

Hide UIViewController method/properties in UIKit Example code #3238

Closed junbangg closed 2 months ago

junbangg commented 2 months ago

I noticed that a few ViewControllers in the UIKit example code had some methods and properties that could be hidden. Cheers🙂

junbangg commented 2 months ago

Got it, I'll keep that in mind👌Thanks