반응형
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 |
Tags
- nonisolated
- @Environment
- swift6
- IOS
- SwiftUI
- Bug
- typeorm
- init?
- @EnvironmentObject
- SWIFT
- operator
- init
- RFC1738/1808
- Xcode
- dismiss
- vim
- graphql
- nestjs
- Operators
- Operater
- RxCocoa
- Creating Operators
- ios14
- NullObject
- subject
- NavigationLink
- RxSwift
- @State
- @Binding
- URL(string:)
Archives
- Today
- Total
목록fixedSize (1)
Tunko Development Diary

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