v2ex
v2ex copied to clipboard
切换主题时会闪退
具体原因是读写线程导致的。 代码在ProfileViewController.swift的
AppStyle.shared.themeUpdateRelay.asObservable().subscribe(onNext: { update in
self.updateTheme()
if update {
self.headerView.updateTheme()
self.tableView.reloadData()
}
}).disposed(by: disposeBag)
抱歉,该项目不再维护了
抱歉,该项目不再维护了
好吧,做的挺好的,赞