Swiftui Width Screen

[Solved] Swiftui Width Screen | Swift - Code Explorer | yomemimo.com
Question : swiftui width screen

Answered by : alice-roncella

extension UIScreen{ static let screenWidth = UIScreen.main.bounds.size.width static let screenHeight = UIScreen.main.bounds.size.height static let screenSize = UIScreen.main.bounds.size
}

Source : https://stackoverflow.com/questions/57727107/how-to-get-the-iphones-screen-width-in-swiftui/57727663 | Last Update : Thu, 03 Jun 21

Answers related to swiftui width screen

Code Explorer Popular Question For Swift