IBOutletCollection set ordering in Interface Builder

前端 未结 10 1073
我寻月下人不归
我寻月下人不归 2020-11-30 22:20

I am using IBOutletCollections to group several Instances of similar UI Elements. In particular I group a number of UIButtons (which are similar to buzzers in a quiz game) a

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 22:57

    Not sure when this changed exactly, but as of Xcode 4.2 at least, this no longer seems to be a problem. IBOutletCollections now preserve the order in which the views were added in Interface Builder.

    UPDATE:

    I made a test project to verify that this is the case: IBOutletCollectionTest

提交回复
热议问题