- Worked on autolayout and did fixes for screen iphone 6s and iphone 11pro max resolutions
- 12-1 woka meeting - Did Rnd on Container view. This will help for theming - Made a custom class to add the child view and remove child view. - Added Moon if the theme color is night - added the Ca animation for the stars to show glowing effect - Mapped all the stars with the delay time - Handled the theme switch
This commit is contained in:
@@ -170,7 +170,7 @@ extension TabBarVC: UITabBarControllerDelegate {
|
||||
|
||||
var hasTopNotch: Bool {
|
||||
if #available(iOS 11.0, tvOS 11.0, *) {
|
||||
return UIApplication.shared.keyWindow?.safeAreaInsets.top ?? 0 > 20
|
||||
return UIApplication.shared.keyWindowInConnectedScenes?.safeAreaInsets.top ?? 0 > 20
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user