-
Notifications
You must be signed in to change notification settings - Fork 467
Closed
Labels
Description
Consider this a feature request rather than a bug. :)
It would be much more convenient to be able to connect directly to the GraphView from Interface Builder. Unfortunately, I have to create a container right now, because when I hook it up in IB, it tries to call the method that is not implemented yet:
required init?(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") }