You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class UTabbarVC: SOTabBarController {
override func viewDidLoad() {
super.viewDidLoad()
self.delegate = self
// your VC setup here
...
// set here you want to selected index
preSelectedIndex(index: 1)
}
}
No description provided.
The text was updated successfully, but these errors were encountered: