SwiftUI Font指定
Font Structureのstaticメソッドを使用します。
static func custom(_ name: String, size: CGFloat) -> Font
フォン名とサイズを指定。
example
Text("Hello World") .font(Font.custom("AppleSDGothicNeo-UltraLight", size: 40.0))
知識は力なり、知識は宝なり。
mapメソッド Example 1 Java IntStream stream ...
最初の状態 var body: some View { Section(head ...
リスト内をランダムで並べ替える Swift Algorithmが便利。 Swif ...
iPad Pro用手帳アプリオリジナル作成 背景は前記事 「手帳「アクションプラ ...