if ([[UIScreen mainScreen] bounds].size.width < 330.f) this condition return true on iphone 13 ( ios 17.1.2)
[[UIScreen mainScreen] bounds].size.width give wrong value on iOS 17.1.2 (iphone 13))
Does this thread describe what you are seeing?
if ([[UIScreen mainScreen] bounds].size.width < 330.f) this condition return true on iphone 13 ( ios 17.1.2)
Does this thread describe what you are seeing?