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