ios - UITableView inside custom UICollectionView -
as title says, i'm trying set 1 uitableview within custom uicollectionviewcell, made it's displayed, need touches within cell contains table phone call didselectrowforindexpath method.
i have .xib custom uicollectionviewcell, within have uitableview, , have it's delegate , datasource correctly set. now, if run this, collectionview cells loaded proper info (this is, each cell table containing proper rows), if seek select 1 row 1 table, collectionviewcell selected instead of tableviewcell (this expected, not need).
i'd know if there way tableview row selected, if it's within collectionview cell.
thank , sorry english.
ios uitableview uicollectionview
No comments:
Post a Comment