Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコーディングでは、テーブル ビュー セルのテキスト スタイルを変更できませんでした。テーブル ビュー セルのテキストのスタイルを変更するにはどうすればよいですか。誰でも助けてください。
ストーリーボードでは、セルのラベルを選択して、属性インスペクターに移動できます。フォントの横で、必要なフォントを選択します。
cell.textLabel.font = [UIFont fontWithName:@"TimesNewRoman" size:30];
このコード行を使用してフォントを設定します....