简体   繁体   中英

Present small ViewController on tabbarcontroller

Im having a tabbarcontroller with more than 5 tabs on it. I tried MS Teams like UI. But unable to present it as a small VC presenting on top of tabbarcontroller. I tried presenting views on tabbar item click but

  1. Unable to fire the tabbar select event on first tap on the button
  2. Unable to present over the currently selected view controller
  3. Unable to present on top of tabbar controller(view hiding the tabbar)

预期行为:: MS Teams 应用

@Microsoft Teams app

Please help me out to implement the same behaviour or comment if u know any library to perform this.

You should check Aiolos project on GitHub. It will allow you to show/interact with panels and you also be able to configure offset in Panel.Configuratio.magrins . Another way is to use custom transitions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM