Is it possible to display UIProgressView style rectangle on the background of UITextField?
Just likes Safari’s url bar displayed the progress when loading web page.
Welcome any comment
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can display any view but not as a background property, you can addIt like a sub view.
May be you need UIActivityIndicatorView Class Reference
There is no such style rectangle for UIProgressView.