Xcode automatically adds an information icon / "Accessory button" to the table cells

Lately, when I try to add a sec to a UITableView cell using a storyboard:

Adding a seque

Xcode automatically adds an information icon / "Accessory button" to the cell:

Info icon

I know that I can remove it like this:

Remove accessory

However, there are other problems that may also be symptoms of what causes this behavior, but this is a separate question ... My question is why does Xcode add it in the first place? He had never done this before when I added the secrets of the storyboard ...

+3
source share
3 answers

segue " " segue. , Xcode " ", , .

Segue popover. Selection Segues, .

enter image description here


. segue , . , .

+5
Select the cell and go to the attributes inspector
Scroll down to Accessory
In the drop down menu you will be having etail Disclosure selected
Change it to Disclosure Indicator
+1

segues . : segues.

  • If you select an accessory, Xcode automatically adds an additional button (circle).
  • If you select a selection action, you do not have an additional button.
0
source

All Articles