Skip to content

Instantly share code, notes, and snippets.

View kamirana4's full-sized avatar
🎯
Focusing

Muhammad Kamran kamirana4

🎯
Focusing
View GitHub Profile
@hfossli
hfossli / Display.swift
Last active July 13, 2020 16:22
Display mode
import UIKit
public enum DisplayType {
case unknown
case iphone4
case iphone5
case iphone6
case iphone6plus
static let iphone7 = iphone6
static let iphone7plus = iphone6plus