備忘録としてメモっておきます!
//TextViewの色を変える myTextView.textColor = UIColor.blue //TextViewのサイズだけ変える //myTextView.font = UIFont.boldSystemFont(ofSize: 20) //TextViewのフォントと色をサイズを変える myTextView.font = UIFont(name: "PingFangHK-Ultralight", size: 170)
Copyright© off.tokyo , 2021 All Rights Reserved Powered by AFFINGER5.