Subclass of TextView in ScrollView
Subclass of TextView in ScrollView
- Subject: Subclass of TextView in ScrollView
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 13 Dec 2001 20:13:02 +0100
I have an document based app with a window with a ScrollView with a
TextView.
But now I would like to have a subclass MyTextView inside the ScrollView.
Is there a way to do this inside IB?
Or do I have to replace the TextView with MyTextView progrmmatically
(e.g. in windowControllerDidLoadNib:) ?
Gerriet.