티스토리 뷰
728x90
enum characters : Character {
case a = "A" // a, raw value : A
case b = "B" // b, raw value : B
case c = "C" // c, raw value : C
case d
// error : Enum cases require explicit raw values when the raw type is not expressible by integer or string literal
}
enum strings : String {
case a = "A" // a, raw value : A
case b // b, raw value : b
case c = "C" // c, raw value : C
}
728x90
'ios' 카테고리의 다른 글
| list of alert button style (default, cancel, destructive) (0) | 2022.06.14 |
|---|---|
| switch (0) | 2022.05.26 |
| short cut (0) | 2022.05.24 |
| closure - sort (0) | 2022.05.24 |
| enum - case, case, case (0) | 2022.05.24 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 외부 브라우저
- 로그캣
- web chrome view
- 웹뷰
- screenorientation
- kotlin
- 영문 키보드
- new project
- javaClass
- Inputmode
- andorid
- create new project
- Android
- simpleName
- StringWriter
- logtag
- 화면 방향 고정
- custom web view
- web view settings
- create project
- 안드로이드
- check permissions
- web view
- android studio
- defaultInputmode
- 화면 고정
- logcat
- permissions
- 클래스 이름
- 코틀린
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함
