본문 바로가기

seong_hye, the developer

검색하기
seong_hye, the developer
프로필사진 seong_hye

  • My P_Life (119) N
    • JAVA (3)
    • 알고리즘 코드 (3)
    • IOS (100) N
      • SwiftUI (25)
      • UIKit (13)
      • Error (7)
    • Infomation (6)
      • Firebase (1)
      • Git (1)
    • Daily Life (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/09   »
일 월 화 수 목 금 토
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
Tags
  • Observer
  • Switch
  • PushNotification
  • SWIFTUI
  • segue
  • calendar
  • 화면전환
  • class
  • ScrollView
  • SWIFT
  • Git
  • http
  • 글또
  • NotificationCenter
  • array
  • apns
  • singleton
  • struct
  • self
  • mvvm
  • IOS
  • error
  • Refresh
  • uikit
  • escaping
  • 고차함수
  • Animation
  • viewlifecycle
  • CoreImage
  • list
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록datepickerstyle (1)

seong_hye, the developer

SwiftUI) Picker & DatePicker 사용하기

📘 Swift) Picker & DatePicker사용자의 선택을 입력받는 기본적인 선택 UI 컴포넌트 🔹Picker (일반 선택 목록 - 드롭다운, 휠 등)사용자가 리스트 중 하나를 선택할 수 있도록 함import struct ContentView: View { @State private var selectedMedia = "드라마" let medias = ["드라마", "영화", "애니메이션", "TV쇼"] var body: some View { Picker("미디어 선택", selection: $seletedMedia) { // 반복문을 사용하는 경우 ForEach(medias, id: \.self) { media in T..

IOS/SwiftUI 2022. 8. 31.
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바