Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CustomScrollView
- 앱
- intent
- Dialog
- Kotlin
- scroll
- activity
- data
- livedata
- Coroutines
- textfield
- textview
- LifeCycle
- TEST
- tabbar
- viewmodel
- drift
- android
- 앱바
- ScrollView
- appbar
- Navigation
- 테스트
- binding
- DART
- Flutter
- 계측
- Compose
- Button
- 안드로이드
Archives
- Today
- Total
목록IOS 데이터 피커 (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/lJYT0/btrX3tKdYKY/122vhUnKNPmF5eacLlQ791/img.png)
🎁 CupertinoDatePicker IOS 에서 주로 사용하는 날짜 선택 다이얼로그로 Cupertino 가 IOS 에서 자주 사용되는 이름이니 이 단어가 붙으면 IOS 와 관련된 기능이라고 생각해도 된다. 반대로 Material 은 AOS 에서 자주 사용되는 이름이다. CupertinoDatePicker({ Key? key, CupertinoDatePickerMode mode = CupertinoDatePickerMode.dateAndTime, required void Function(DateTime) onDateTimeChanged, DateTime? initialDateTime, DateTime? minimumDate, DateTime? maximumDate, int minimumYear = 1,..
Flutter/widget
2023. 2. 3. 19:11