iphone - UiTextView in Custom UiTableViewCell does not responds to didSelectRowAtIndexPath -


i have uitextview on custom uitableviewcell , when click on uitextview, not trigger didselectrowatindexpath, how change behavior that delegate called intended?

ive tried putting user enabled property of uitextview false. when doing responds didselect. im not able select links mentioned in textview, main reason why chose go ahead uitextview.

any or pointer guys

you can't both things @ same time.

you can use uitableviewcell *cell = [tableview cellforrowatindexpath:indexpath] in didselectrowatindexpath method.

you need give appropriate tag every text field , using [cell viewwithtag:<#(nsinteger)#>] can text-field object , link mentioned in .


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -