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