Search Results

1
vote
1answer
390 views

How can I catch touch events to a UITableView section header?

I've implemented a custom view for my UITableView section headers (via viewForHeaderInSection). When in plain view mode, the default behavior seems to be that the cells float underneath the section …
1
vote

Split String at specific line for NSString

I think Kendall has the right idea, but the constrained sizes should be reversed to get the exact height based on word wrapping. Take a sample CGSize that is the same width as your cell, but with a …