Im looking for a loading (progress bar) like the one seen in the the mobile safari app. I want a bar to cros开发者_运维技巧s a uitextfeild using the actual loading data. Has this been done? Thanks!
MobileSafari is using a private method -setProgress:
, but you could simulate this using a borderless text field, and put a customized progress view beneath it.
精彩评论