본문 바로가기

welcome to my blog

검색하기
welcome to my blog
프로필사진 _annie_

  • 분류 전체보기 (65)
    • Flutter(2024) (0)
      • 문법 (0)
      • 기능 (0)
      • 에러 (0)
    • Flutter (49)
    • iOS (3)
      • SwiftUI (0)
      • 문법 (0)
    • React (3)
    • 알쓸맥잡 (1)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
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
Tags
  • error
  • swift
  • VSCode
  • 플러터
  • wrap
  • 카카오
  • Git
  • TextField
  • 데스크테리어
  • database
  • 데스크셋업
  • 춘식
  • GetX
  • list
  • react
  • 라이언
  • AppleSilicon
  • M1
  • Android
  • sqflite
  • visualstudiocode
  • xcode
  • Flutter
  • datetime
  • 간단리뷰
  • AppBar
  • GitHub
  • listview
  • 내돈내산
  • ios
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록grammar (1)

welcome to my blog

[Swift] 몇가지 정리 (enum, random, optional, class, generalType)

enum enum Device : String { case first = "galaxy" case second = "iphone" } let DeviceDevice = Device.second print("DeviceDevice : \(DeviceDevice)") //DeviceDevice : second print("DeviceDevice : \(DeviceDevice.rawValue)") //DeviceDevice : iphone enum의 값을 알고싶다면 .rawValue 로 접근 enum Market { case fish(name:String) case fruit(name:String) case smartphone(name:String) func getName() -> String { switch..

iOS 2021. 11. 12. 20:17
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바