• 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
Custom UITableView cell label with ARC and storyboards
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom UITableView cell label with ARC and storyboards


  • Subject: Custom UITableView cell label with ARC and storyboards
  • From: Alex Zavatone <email@hidden>
  • Date: Sun, 29 Jul 2012 22:02:38 -0400

I've put together a TVC with a custom TVC cell class consisting mainly of UILabels, but have the problem where the labels will have varying amounts of lines of text.

The main issue is that in iOS 5.x, UILabels still can't be vertically aligned to the top.

There is a fair amount of source that explains how to add a label as a subView, but it is all non ARC code so, as cells get reused, the UILabel will get recreated whenever cellForRowAtIndexPath is called.

Does anyone have ideas on when to remove the last subview of the content cell or how to check for presence of the view already so that It doesn't get to allocated again every time the cell displays in the cellForRowAtIndexPath code?

Thanks,
- Alex Zavatone
_______________________________________________

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

  • Follow-Ups:
    • Re: Custom UITableView cell label with ARC and storyboards
      • From: David Duncan <email@hidden>
  • Prev by Date: Re: searching through all user accounts
  • Next by Date: Re: Custom UITableView cell label with ARC and storyboards
  • Previous by thread: Re: Adding login items - who's right? The headers or the guide?
  • Next by thread: Re: Custom UITableView cell label with ARC and storyboards
  • Index(es):
    • Date
    • Thread