ios - Disclosure Indicator doesn't call seque while Detail Disclosure does -
i have interesting problem. i'd have detail screen pop when people click on arrow in table view. cells dynamic.
when select disclosure indicator - not segue called , and don't accessorybuttontappedforrowwithindexpath called either. when change detail disclosure works fine.
any guesses can make disclosure indicator act detail disclosure?
thanks!
disclosure indicators not buttons , therefore not cause tableview:accessorybuttontappedforrowwithindexpath:
delegate method fire, while detail disclosure is button , therefore fire method.
the best can hope do, imagine, add uibutton
table view cell , give image closely resembles default table view disclosure indicator. kind of hacky solution though, discourage doing this.
Comments
Post a Comment