CarbonKit icon indicating copy to clipboard operation
CarbonKit copied to clipboard

viewWillAppear not called when i change the tabs

Open Ilesh opened this issue 6 years ago • 1 comments

how can I know which view controller has appears if there any method is a call of the view controller lifecycle?

Ilesh avatar Jun 25 '18 10:06 Ilesh

You can use the following delegate method to know which view controller is appeared:

- (void)carbonTabSwipeNavigation:(nonnull CarbonTabSwipeNavigation *)carbonTabSwipeNavigation
                  didMoveAtIndex:(NSUInteger)index

aneeq-anwar-confiz avatar Apr 02 '19 11:04 aneeq-anwar-confiz