일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- flutter
- stanford
- MVVM
- Swift
- collectionView
- xml
- GIT
- IOS
- WidgetTree
- 오늘의 색상
- SwiftUI
- CS193p
- ImageSlider
- UserDefault
- 프로젝트회고
- flutter #state # stateful #stateless
- 스터디
- 청년취업사관학교후기
- UIKit
- xcode
- 백준
- 프로그래머스
- 스위프트
- Masil
- 새싹후기
- 코딩테스트
- colorofdays
- 알고리즘
- process
- 조건문
Archives
- Today
- Total
목록LazyVGrid (1)
개발을 시작하는 이야기

강의 보기 : YouTube :: Stanford struct ContentView: View { var body: some View { HStack { ZStack { RoundedRectangle(cornerRadius: 20.0) .stroke(lineWidth: 3) Text("Hello, CS193p!") } ZStack { RoundedRectangle(cornerRadius: 20.0) .stroke(lineWidth: 3) Text("Hello, CS193p!") } ZStack { RoundedRectangle(cornerRadius: 20.0) .stroke(lineWidth: 3) Text("Hello, CS193p!") } ZStack { RoundedRectangle(cornerR..
개발 이야기/Swift
2022. 4. 10. 18:45