Closed boshd closed 8 years ago
I don't work with storyboard so I can't test this. But its probably about init from storyboard method.
Instead of init'ing your VC's directly you need to use the Storyboard to instantiate them.
e.g.
storyboard().instantiateViewControllerWithIdentifier("FeedViewController")
Chad seems to have got it - If there are any more issues related to the Library directly feel free to open them!
Any UI design or work I do directly on one of the view controllers in the storyboard doesn't show up when compiled. It seems that i cant do any work outside the actual .Swift file. what's going on?