accessory action segue (UITableViewController)

后端 未结 5 1732
甜味超标
甜味超标 2021-02-01 07:10

I\'m trying to make segue via IB, that switching views when pressed cell accessory in tableView.

Images from my IB:

1.I\'m dragging from cell of tableviewcontrol

5条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 07:43

    On iOS 5.x, this error also occurs when you create a popover style segue in a storyboard, and (in my case) anchor it to a UITableViewCell.

    In this case, the error message is a completely misleading red herring.

    I'm assuming that iOS 5.x doesn't support anchored popover segues.

提交回复
热议问题