-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow working with Interface Builder #2
Comments
@alobaili this code works for me with storyboard. Please test thoroughly and give feedback. (I also changed
|
Using the code above intensely for a few days now and it is absolutely stable for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this brilliant solution.
It would be awesome if it can also work with view controllers that use Interface Builder. I tested this library on a view controller that have some IB outlets from an XIB and once I make the view controller a subclass of
HostingParentController
, all outlets becomenil
.The text was updated successfully, but these errors were encountered: