I haven’t been able to find any sort UIBarButtonSystemItem representing tha “Back” button in Mobile Safari. I want my UIWebView’s controls to look just like the ones in Mobile Safari so it makes sense. Would the best solution be to just screenshot UIBarButtonSystemItemPlay (same image as the Forward button) and flip it?
Thanks.
I think the right move is to try and find the raw icon somewhere (try Terminal, and find in your /Developer directory).
It’s possible that
is the right file.
Just taking a screenshot isn’t going to work, as the toolbar icons are based on alpha levels rather than colours. If you grab a screenshot and flip it, you’ll just end up with a solid square for your button.