tags:

views:

72

answers:

1

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!

+1  A: 

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.

KennyTM