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
May I know is it any reasonable problem for this ?
Because when I switch either through pan gesture or select tab bar, will got black screen appear while holding gesture, and disappear when release gesture.
Material -> 3.1.8
Motion -> 3.1.3
import Material
class ProfileTabBarViewController: TabsController {
open override func prepare(){
super.prepare()
delegate = self
preparePageTabBar()
tabBarAlignment = .top
tabBar.lineColor = .brown
tabsController?.isThemingEnabled = false // no effect whether comment this or no
}
fileprivate func preparePageTabBar() {
tabBar.lineColor = Color.blueGrey.base
tabBar.dividerColor = Color.blueGrey.lighten5
tabBar.lineAlignment = .bottom
}
May I know is it any reasonable problem for this ?
Because when I switch either through pan gesture or select tab bar, will got black screen appear while holding gesture, and disappear when release gesture.
Material -> 3.1.8
Motion -> 3.1.3
import Material
class ProfileTabBarViewController: TabsController {
}
class MyProfileVC: UIViewController {
var tabController: ProfileTabBarViewController!
}
RPReplay_Final1582700212.mov.zip
The text was updated successfully, but these errors were encountered: