Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add final to UIViewControllers in UIKit CaseStudies #3221

Merged

Conversation

junbangg
Copy link
Contributor

@junbangg junbangg commented Jul 2, 2024

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 👍

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mbrandonw mbrandonw merged commit 4880ed6 into pointfreeco:main Jul 2, 2024
junbangg added a commit to junbangg/swift-composable-architecture that referenced this pull request Jul 14, 2024
…3221)

* refactor: add final to EagerNavigationViewController

* refactor: add final to LazyNavigationViewController
@junbangg junbangg deleted the refactor/add-final-to-viewControllers branch July 14, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants