super-fields
super-fields copied to clipboard
selecting a tab programmatically in SuperTabs
I am keeping track of the Tab
instances I am adding to my SuperTabs instance, and was hoping to programmatically call setSelected(true)
on them when needed (my use case is direct link to a specific tab). However this does not seem to work. Maybe there is a mechanism in SuperTabs already that i'm overlooking to do this ?