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
Post a Comment