theme 2 transition style
This commit is contained in:
@@ -323,7 +323,7 @@ class ThemeOneVM{
|
||||
vc.dismissTapped = self.tapped
|
||||
vc.contentType = .liveStream
|
||||
vc.modalPresentationStyle = .fullScreen
|
||||
|
||||
vc.modalTransitionStyle = .crossDissolve
|
||||
DispatchQueue.main.async { [weak self] in
|
||||
guard let self else{return}
|
||||
|
||||
|
||||
@@ -97,12 +97,10 @@ class ThemeTwoVM{
|
||||
vc.dismissTapped = self.tapped
|
||||
vc.contentType = .liveStream
|
||||
vc.modalPresentationStyle = .overFullScreen
|
||||
vc.modalTransitionStyle = .crossDissolve
|
||||
Utilities.dismissProgressHUD()
|
||||
self.vc.present(vc, animated: false) {
|
||||
self.stopLiveStream()
|
||||
vc.transitionToFullScreen(animated: true) {
|
||||
print("FullScreen")
|
||||
}
|
||||
// vc.setDeviceOrientation(orientation: .landscapeRight)
|
||||
}
|
||||
// Utilities.dismissProgressHUD()
|
||||
|
||||
Reference in New Issue
Block a user