반응형
Notice
Recent Posts
Recent Comments
Link
- Today
- Total
04-23 13:09
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SQL
- 티스토리챌린지
- 연산자
- scheduledTimer
- decode
- Optional
- MVC
- 명령어
- barplot
- ios
- Python
- deeplearning
- Request
- Linux
- SWIFT
- tapply
- struct
- swiftUI
- 시각화
- HTTP
- r
- ReLU
- rest api
- 딥러닝
- substr
- Observable
- sigmoid
- cocoapods
- 오블완
- rxswift
Archives
목록ToolbarContentBuilder (1)
iOS 개발 기록 블로그
[SwiftUI] @ToolbarContentBuilder로 가독성 개선
🧑💻 코드 import SwiftUI public struct SampleView: View { @State var title: String = "Hi, guys" @Environment(\\.presentationMode) var presentationMode: Binding public var body: some View { VStack { Text(title) .font(.system(size: 26, weight: .bold)) .foregroundColor(.black) .padding() NavigationLink { BaseWebView(url: "") } label: { Text("구글 웹사이트") .padding() } Spacer() } .navigationBarTitleDisplay..
iOS/SwiftUI
2024. 3. 14. 08:00