Visually modifying a UIToolbar from xcode storyboard

前端 未结 3 1165
执笔经年
执笔经年 2020-12-06 03:25

I\'m using XCode 4 and storyboarding an application I\'m creating, however I cannot visually modify the UIToolbar.

I\'m attempting to modify a UIToolbar that is insi

3条回答
  •  伪装坚强ぢ
    2020-12-06 03:53

    To answer your question, the visual editor simplifies the setup of most controls, view hierarchies, and delegation patterns, but it's still up to the developer to make sure they check out. The implementation of UITableViewController makes certain assumptions and assertions about its view hierarchy that Xcode does not enforce through the visual editor. Given that your desired view hierarchy is unsupported, I have to assume that the editor's behavior is either undefined or irrelevant. For a workaround, see Maxner's suggestion.

提交回复
热议问题