I know that there is an initializer for UITextView
that takes a custom container which in turn can have a custom layout manager attached. But I would prefer to setup my text view from NIB instead.
How would I - most elegantly - customize the layout manager if the text view is loaded from NIB?