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.
sqlite テーブルからいくつかのテキスト行を指定したテーブルビューでカスタム Uilabel を使用するだけです。最初の行と同じ x 位置にある 2 番目の行を取得する方法。
UILabelが左揃えになっていることを確認してください。
yourLabel.textAlignment = UITextAlignmentLeft;
または、使用している場合はibで実行します。