”A lazy stored property is a property whose initial value isn’t calculated until the first time it’s used.”参照:… 続きを読む [Swift] lazy varとは?
カテゴリー: Swift
[UIKit]modalPresentationStyle
起こったこと: 解決方法: 遷移先のViewControllerに以下を指定すると解決した。 調べたこと: 参照:View Controller Programming Guide for iOS: Presenting… 続きを読む [UIKit]modalPresentationStyle
String Catalogによる多言語対応
参照:Localizing and varying text with a string catalog | Apple Developer Documentationog 利用方法: オプション: 所感:
[SwiftUI] position,offsetとStackの組み合わせ
参照:Making fine adjustments to a view’s position | Apple Developer Documentation 概要: サンプル: ①ZStack ②VStack
[SwiftUI] HStack
参照:HStack | Apple Developer DocumentationBuilding layouts with stack views | Apple Developer Documentation 概要:… 続きを読む [SwiftUI] HStack