JaHelia
JaHelia

Reputation: 1221

uitableview cell accessory type (customized)

we tried to add a UIButton (like here) to a container view (container.addSubView: button), and then assign that container to the accessory view of the cell : (cell.accessoryView = container), but when we open the table view it does not show that accessory view ... why ?

Upvotes: 0

Views: 550

Answers (1)

Morten Fast
Morten Fast

Reputation: 6320

Make sure you set the frame on the accessory view.

Upvotes: 1

Related Questions