labelのフォントサイズを自動で調整できるようにadjustsFontSizeToFitWidth = trueを使用したのですが、実行するとフォントは小さいままです。どこをいじればいいのかわからずに困っています。
お答えいただけると幸いです。
swift
1 self.timeview.addSubview(timelabel) 2 timelabel.isHidden = true 3 4 timelabel.backgroundColor = UIColor.clear 5 6 timelabel.minimumScaleFactor = 40 7 timelabel.textAlignment = NSTextAlignment.center 8 9 timelabel.translatesAutoresizingMaskIntoConstraints = false 10 timelabel.centerXAnchor.constraint(equalTo: self.timeview.centerXAnchor).isActive = true 11 timelabel.centerYAnchor.constraint(equalTo: self.timeview.centerYAnchor).isActive = true 12 13 timelabel.widthAnchor.constraint(equalTo: self.timeview.widthAnchor, multiplier: 0.9).isActive = true 14 timelabel.adjustsFontSizeToFitWidth = true 15 timelabel.heightAnchor.constraint(equalTo: self.timeview.heightAnchor, multiplier: 0.5).isActive = true
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。