CosmicMind/Samples

View controller not switching after override of tabBar willSelect

Closed this issue · 5 comments

This is a continuation of issue #67.

I am not able to implement func tabBar(tabBar: TabBar, willSelect tabItem: TabItem) without overriding it. I can however implement func tabBar(tabBar: TabBar, didSelect tabItem: TabItem) without overriding that one.

The problem is when I override willSelect my view controller no longer transitions.

Hi @tomdaniel0x01
Can you elaborate on the issue?
Are you calling super.willSelect(...) in your override of the willSelect?

I am going to issue an update for this, which will have Material use an internal delegate and the external will be for adopters of the TabsController and TabBarDelegate :)

@mohpor calling super.willSelect(...) did the trick! Thank you.

@DanielDahan I do think that would make for cleaner/easier usability of TabsController and TabBarDelegate.

I am about to make a push right now :) @tomdaniel0x01

This has now been released in Material 2.11.0 :)