ios - No IBAction option for Button in UIContainerView? -
i have small container view (it uitableviewcontroller
static cells) embedded within view.
i trying create ibaction
1 of buttons in container view, when select 1 of cells , control drag custom .swift class have made it, gives me options creating outlet...no option creating ib action.
is there missing?
ps. using xcode swift 1.2
cells aren't buttons. if want handle actions of cell, use tableview: didselectrowatindexpath
instead.
Comments
Post a Comment