Search Results

1
vote
1answer
368 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
1answer
52 views

Is it possible to be notified when something is written to generalPasteboard?

I'm interested in responding to when the user performs a standard Copy to the generalPasteboard as part of the default UIWebView control. I'd like to take some action in response to this. I …
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 …
0
votes

iPhone ProgressBar

You could probably also hack one together using an image that looks like the progress bar at it's smallest size and then create a stretchable image with it. UIImage *progressBarImg= …