• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Contact - Selection on UiTableView Does Works Only in The First Row
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Custom NSView subclass - expressing the fact that a property affects the displayed image
  • Next by Date: Re: NSFontPanel swamping the responder chain (and crashing)
  • Previous by thread: Re: Custom NSView subclass - expressing the fact that a property affects the displayed image
  • Next by thread: What is overwriting 'isa' with 0xbaddc0dedeadbead ?
  • Index(es):
    • Date
    • Thread