Skip to content

Commit 96e1699

Browse files
Zandor300futuretap
authored andcommitted
Improve order of iPhone 13 devices.
1 parent 7bf06f0 commit 96e1699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FTLinearActivityIndicator/Classes/UIApplication+LinearNetworkActivityIndicator.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ extension UIApplication {
8383
"iPhone13,2": (72, 34), // iPhone 12
8484
"iPhone13,3": (72, 34), // iPhone 12 Pro
8585
"iPhone13,4": (80, 42), // iPhone 12 Pro Max
86+
"iPhone14,4": (60, 30), // iPhone 13 Mini
87+
"iPhone14,5": (72, 34), // iPhone 13
88+
"iPhone14,2": (72, 34), // iPhone 13 Pro
8689
"iPhone14,3": (80, 42), // iPhone 13 Pro Max
87-
"iPhone14,2": (72, 34), // iPhone 13 Pro
88-
"iPhone14,5": (72, 34), // iPhone 13
89-
"iPhone14,4": (60, 30), // iPhone 13 Mini
9090
]
9191
let modelName = UIDevice.current.ftModelName
9292
let config = layout[modelName] ?? (74, 44)

0 commit comments

Comments
 (0)