References to Swift Programming Tips Using SwiftUI
Links for swift programming tips using swiftui I referenced are as follows.
Hide Keyboard
【SwiftUI】キーボードを閉じる(フォーカスを外す)
SwiftUIでキーボードを下げる(非表示にする)方法
Launch Screen
How to Build a Launch Screen With SwiftUI
Sheet
【SwiftUI】シートの使い方(sheet)
How can I make a background color with opacity on a Sheet view?
Binding, @Observed Object and @EnvironmentObject
【SwiftUI】@BindingとBinding<型>について
変数が変更されたときにSwiftUIのViewがリロードされるようにする
データを複数のViewで共有する
SwiftUIで@Bindingを@Publishedにリンクする
【SwiftUI超入門】@ObservedObjectの使い方
CGAffineTransform
CGAffineTransformを知る
【SwiftUI】アフィン変換を使った図形変換(CGAffineTransform)
Path
この世でいちばんわかりやすいSwiftUIのパス描画
SwiftUIのPath図形表示
SwiftUIデザインラインスタイルのStrokeStyle
【SwiftUI】Pathを使った図形の描画
GeometryReader
[SwiftUI] GeometryReaderでViewのサイズを知る
[SwiftUI]GeometryReaderを活用した、Global座標、Local座標の取得方法と.offsetモディファイヤの変化に伴う座標の変化
Change LocalizedStringKey to String
How to change LocalizedStringKey to String in SwiftUI
TextField
TextField Input not updating @Published ObservedObject in other class (SwiftUI)
SwiftUI: How to set background color for textfield
【SwiftUI】TextFiledで入力欄を実装する方法を解説
TextField onCommit is never called
(アーカイブ)【SwiftUI】TextFieldの使い方
ToolBar
[SwiftUI] toolbar の使い方
Label
【SwiftUI】 Labelの使い方
Button
【SwiftUI】Buttonの使い方
Locale
【Swift】Localeの使い方
Size and Location
サイズ指定
View's Position
How To Position View Related To Parent In SwiftUI
Where is the 'Origin' of a View in SwiftUI