Using a UISegmentedControl in the footer of UIPopoverController

后端 未结 3 528
野趣味
野趣味 2020-12-23 23:35

In my iPad app Viewfinder (iTunes Link), I\'m trying to recreate the look of a UISegmentedControl as seen in the footer of Keynote\'s Build In popover:

The

3条回答
  •  暖寄归人
    2020-12-24 00:02

    I just ran into this issue. You need to push a UINavigationController into the UIPopover. Your view should then be included in that navigation controller. This gets the top bar(navigation bar to format nicely). I would assume that the bottom bar follows this but I have not tested it!

提交回复
热议问题