where to put exposeBinding(_:) since initialize is not permitted?

I have a custom view I want to expose bindings for, but I have no idea where to expose the bindings – every tutorial, and even the documentation, says this is "is typically invoked in the class’s

initialize
implementation", but as of Swift 3.1, apparently, this is no longer allowed.
Post not yet marked as solved Up vote post of greay Down vote post of greay
347 views