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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -