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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to