-
Notifications
You must be signed in to change notification settings - Fork 3
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
View controller support #7
Comments
Supporting view controllers might be useful, indeed. It's less clear at which moment they should be styled, though. Yes, I presume you have some experience with your implementation. Does it behave as you (or especially an abstract iOS developer) would expect? Any quirks? If not, I'd start with integrating view controller support. Please note, that I'd like to support macOS as well (which your current implementation doesn't). Feel free to provide partial implementation, we can collaborate on this. |
The reason So far I haven't had any issues with injecting styles at |
I'll work on getting something working on macOS as well then create a PR for this. |
This reasoning completely ignores the existence of other methods such as Looking forward for you pull request. |
Good point. I think those methods would also have been good candidates. |
It is incredibly useful to have UIViewController styling support and I think this should be included. It's fairly easy to add (see this commit) and it even helps alleviate the problem with styling UITabBarItem as mentioned in #1 since you can do that from within the UIViewController style.
The text was updated successfully, but these errors were encountered: