Add the following computed property to your enum var displayText: String { self.rawValue.replacingOccurrences(of: "_", with: " ").capitalized }.
確定! 回上一頁