Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are "User Defined Runtime Attributes" in Interface Builder?

I can't seem to find any documentation on this feature at all.

like image 897
Casebash Avatar asked Apr 15 '11 06:04

Casebash


1 Answers

For "custom objects", i.e. the ones for which you specify a different class than the one which is given initially, you can specify these "User Defined Runtime Attributes." This makes KVC attributes accessible from IB, when there is no IB Plugin for this class.

like image 93
febeling Avatar answered Oct 04 '22 01:10

febeling