Closed Frizlab closed 9 years ago
@Frizlab did you address this ticket: https://github.com/krzyzanowskim/Natalie/issues/36 ?
Partly, yes. (Partly because segue for controllers which do not have a custom classes are still not accessible directly.)
thanks!
instantiateControllerWithIdentifier()
which returnsAnyObject
, two methods are generated:instantiateViewControllerWithIdentifier()
andinstantiateWindowControllerWithIdentifier()
returning respectivelyNSViewController
andNSWindowController
.Note: I did not test my modifications very much. Only tested on a small project on OSX.