Im looking for a loading (progress bar) like the one seen in the the mobile safari app. I want a bar to cross a uitextfeild using the actual loading data. Has this been done?
Thanks!
Im looking for a loading (progress bar) like the one seen in the the
Share
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.