label.textColor = UIColor(displayP3Red: 255/255, green: 126/255, blue: 121/255, alpha: 1)
UIColorをRGBで指定する
投稿日:
執筆者:swift
投稿日:
label.textColor = UIColor(displayP3Red: 255/255, green: 126/255, blue: 121/255, alpha: 1)
執筆者:swift
関連記事
プロジェクト名などは変えずに、ホーム画面のアイコン下に表示されるアプリ名だけを変更する方法。 Genelal(名前とは設定するところ)→info→ +でBundle display nameを追加し、 …
Firebaseのpod installを試みたが、何度やっても以下のエラーが出る。 [!] Unable to find a specification for `FireBase` You hav …