mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Introduce isPhone
This commit is contained in:
@@ -33,4 +33,10 @@ import UIKit
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns if the device is a Phone
|
||||
var isPhone: Bool {
|
||||
return userInterfaceIdiom == .phone
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user