我正在尝试在globalscope上使用一个loged用户数据,然后我试图获得loged用户但是得到了null。
func animate(){
centered = !centered
self.top?.constant = -500
UIView.animate(withDuration: 3) {
self.view.layoutIfNeeded()
}
}
}
在启动方法中,我无法通过Auth facade获取用户。 我已经有了其他模型可以像这个代码一样获得loged用户,但是这个特别模型不会让用户感到厌烦。
这有解决方案吗?