Open
Description
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 as public
and not open
. Is this intentional? Many other classes are also public
.
Thanks!