Many classes cannot be overwritten #530
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
First of all, thank you for making this project! I think it's awesome that we are getting closer to being able to write proper Windows apps in Swift.
I was playing around with this framework and I noticed that I wasn't able to override the
ViewController
class. I can see that it is marked aspublic
and notopen
. Is this intentional? Many other classes are alsopublic
.Thanks!
The text was updated successfully, but these errors were encountered: