LoginSignup
27
14

More than 5 years have passed since last update.

[iOS] TableViewのセルの右端に">"みたいな右矢印を出したいとき (Storyboardを使って)

Posted at

状況

iOS開発未熟者がTableViewにとりかかり始めました。
StoryboardでTable View Controllerを設置して、Prototype Cellsをあちゃこちゃしてます。
そこでとりあえず右矢印を出したいとなりました。

Screen Shot 2015-08-15 at 16.49.23.png

やりかた

identifierを設定していればその名前になっているTable View Cellを選択して、Accessoryをいじります。
その中にあるDisclosure Indicatorを選択します。

Screen Shot 2015-08-15 at 16.49.35.png

以上です。

ちなみに

Accessoryには他にもあります。

  • Detail Disclosure

Screen Shot 2015-08-15 at 16.51.14.png

  • Checkmark

Screen Shot 2015-08-15 at 16.51.23.png

  • Detail

Screen Shot 2015-08-15 at 16.51.29.png

27
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
14