Connect a Custom Text View to a TextView in IB
I create a custo开发者_高级运维m textview it is possible to connect it to a textview created by IB?
Yes, created the associated property and synthesize it using your new class. Then in IB, make sure you set UITextViews class under the Inspector -> Identity tab.
精彩评论