반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- IOS
- ios14
- graphql
- Bug
- nestjs
- URL(string:)
- SWIFT
- RFC1738/1808
- vim
- NullObject
- typeorm
- swift6
- nonisolated
- Xcode
- Creating Operators
- @State
- init?
- subject
- init
- RxSwift
- @EnvironmentObject
- operator
- dismiss
- NavigationLink
- Operater
- @Environment
- @Binding
- RxCocoa
- SwiftUI
- Operators
Archives
- Today
- Total
목록fixedSize() (1)
Tunko Development Diary
SwiftUI) 알아두면 편한 FixedSize!
https://developer.apple.com/documentation/swiftui/view/fixedsize() FixedSize를 한마디로 정리하자면 가장 이상적인 뷰의 크기로 적용하는 수정자 입니다. 이상적인 뷰의 크기라고 하니 잘 이해가 가지 않습니다… 우선 아래 테스트 예시를 봐주세요. FixedSize 사용전 struct FixedSizeView: View { var body: some View { VStack { Text("😐😐😐😐😐😐😐😐😐") .padding() .frame(maxWidth: .infinity) .background(Color.cyan) Text("😐😐😐😐😐😐") .padding() .frame(maxWidth: .infinity) .background(Color.gr..
Development/SwiftUI
2022. 10. 12. 01:06