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))
知識は力なり、知識は宝なり。
最初の状態 var body: some View { Section(head ...
その4:ショートカット複数作成 import Foundation import ...
UIView、PDF化、保存 開発(公開予定無し/GitHub up)している手 ...
MonthlyCalendar 指定した日付の月カレンダーを配列で返すライブラリ ...
概要 SceneDelegate.scene(_:openURLContexts ...