On Jul 12, 2013, at 12:43 , Conrad Shultz wrote:
> I wanted to make sure you know about UITableViewHeaderFooterView, which might
> be of use:
>
> http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableViewHeaderFooterView_class/Reference/Reference.html
Oh hey, that's han
On Jul 11, 2013, at 2:26 PM, Rick Mann wrote:
> I'm trying to reproduce the UITableView section header view used by iOS for
> regular text headers.
I wanted to make sure you know about UITableViewHeaderFooterView, which might
be of use:
http://developer.apple.com/library/ios/#documentation/u
At least part of my problem is I forgot to implement
-tableView:heightForHeaderInSection:
On Jul 11, 2013, at 14:26 , Rick Mann wrote:
> I'm trying to reproduce the UITableView section header view used by iOS for
> regular text headers. Based on Reveal.app, I see that it's a view sized 540 x
I'm trying to reproduce the UITableView section header view used by iOS for
regular text headers. Based on Reveal.app, I see that it's a view sized 540 x
34 that contains a UILabel (subclass) sized width x 21, positioned 40x5.
I wanted to add a UIActivityIndicator just to the end of the text lab