Contact - Selection on UiTableView Does Works Only in The First Row
Contact - Selection on UiTableView Does Works Only in The First Row
- Subject: Contact - Selection on UiTableView Does Works Only in The First Row
- From: "wesley.dias wesley.dias" <email@hidden>
- Date: Fri, 22 May 2015 14:39:38 -0300
Hi,
I am developing manually a list. After add the view at the main view, only
the first item of the tableView is enabling the selection.
Do someone know about it?
My code:
BoxListaGruposController *boxListaGruposController = [ [
BoxListaGruposController alloc ] init ];
[ boxListaGruposController.tableView setDataSource:self ];
[ boxListaGruposController.tableView setDelegate:self ];
[ boxListaGruposController.tableView setTableFooterView:nil ];
boxListaGruposController.tableView.tableFooterView = [[UIView alloc]
initWithFrame:CGRectZero];
UIView *boxLista = [ [ UIView alloc ] initWithFrame: [ ObjectSize
boxToList ] ];
[ boxLista addSubview: boxListaGruposController.view ];
[ boxLista setBackgroundColor: [Colors white]];
[[boxListaGruposController.tableView layer] setMasksToBounds: YES];
[boxListaGruposController.tableView setShowsVerticalScrollIndicator: YES
];
[self.view addSubview: boxLista ];
Thank you!
--
Atenciosamente,
Wesley C. Dias de Oliveira
Desenvolvimento
+55 (31) 3324-5710
Avenida Luiz Paulo Franco, 603 – 3º andar – Belvedere – BH – MG – CEP:
30320-570
Transformando localização em soluções inteligentes
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden