Add segmented control to navigation bar and keep title with buttons

后端 未结 8 2585
借酒劲吻你
借酒劲吻你 2020-12-04 10:03

I want to add segmented control to the navigation bar but also keep the title and buttons, like in iOS 7 Appstore purchased section (example)

I have tried adding seg

8条回答
  •  北海茫月
    2020-12-04 10:38

    I tried to do it in Xamarin.iOS, from iOS 6, you can inherit UINavigationBar and add controls, button where you want.

提交回复
热议问题