IPhone and custom runtime attributes

What happened to the "User-Defined Runtime Attributes" in the Identity inspector in Interface Builder when creating iPhone user interfaces?

I used to create a custom socket for the UITableView tableHeaderView in versions prior to 3.1 / 3.2 or when it may have disappeared.

+4
source share
1 answer

I hope this is what you have in mind: in IB 3.2, open the library window (Command + Shift + L), select the "Classes" tab and select the class from which you want to add an output from the drop-down list. Now at the bottom of the window there is an Outlets tab with the ability to add additional points.

+1
source

Source: https://habr.com/ru/post/1299194/


All Articles