Wallpaper pattern tiling in landscape

This commit is contained in:
Ilya Laktyushin
2023-02-28 22:26:01 +04:00
parent 1d5837a4f8
commit 8733c482c7
20 changed files with 108 additions and 68 deletions

View File

@@ -125,7 +125,7 @@ public enum DeviceMetrics: CaseIterable, Equatable {
}
}
var screenSize: CGSize {
public var screenSize: CGSize {
switch self {
case .iPhone4:
return CGSize(width: 320.0, height: 480.0)