SwiftUI Font指定(システムフォント)
Font Structureのstaticメソッドを使用します。
static func system(size: CGFloat, weight: Font.Weight = .regular, design: Font.Design = .default) -> Font
example
Text("Hello World") .font(Font.system(size: 48))
知識は力なり、知識は宝なり。
var body: some View { VStack { : : : } . ...
概要 ミュージックのAlbum一覧取得。 Apple Musicで追加したAlb ...
Document お勉強 paddingとlistRowInsents padd ...
手帳「アクションプランナー」風のオリジナルアプリ「APCDigital」開発 背 ...
iPad Pro用手帳アプリオリジナル作成 背景は前記事 「手帳「アクションプラ ...