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