まだどこにもないアプリを作る

アプリ開発でつまづいたところなどを中心に記事にして行きます。

2020-02-24から1日間の記事一覧

swift UIButtonの文字サイズやフォントをUILabelとともに一括変更する方法(storyboard)

Appdelegate.swiftのdidFinishLaunchingOptionsに以下のコードを書きます func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for custom…