Top "Uiprogressview" questions

UIProgressView is an iOS user interface element that depicts the progress of a task over time.

Swift: Custom UIAlertController view

The docs say that subclassing UIAlertController is bad The UIAlertController class is intended to be used as-is and does not …

ios swift uialertcontroller uiprogressview
adding progress bar under navigation bar

I am new to iOS development. I would like to know if in iOS 7 when sending a message under UINavigationBar, …

ios uinavigationbar uiprogressview
setProgress is no longer updating UIProgressView since iOS 5

I have a little trouble with a progress bar since iOS 5 came out. The code below was working fine before …

ios4 ios5 nsnumber uiprogressview
height of progress view xcode

Is there a way to change the height of a progress view bar in Xcode? I am using Xcode 4.3 and …

xcode uiprogressview rotatetransform
Progress bar for AVAssetExportSession

I've got an app that exports an AVMutableComposition into a .mov file, and I'd like for the user to see …

iphone cocoa-touch uiprogressview avassetexportsession
How do i set progress image in UIProgressView

I am trying to set Progress image and Track image for UIProgress view using the designer, preview screen shows me …

ios objective-c uiprogressview
How can I link a file download with a Progress View

My button code below download a file from a URL, I need to link it with a Progress View to …

ios iphone xcode swift uiprogressview
How to Using ASIHTTPRequest to tracking Upload/Download progress

I got some question is using ASIHTTPRequest to tracking Upload/Download progress This is the sample from ASIHTTPRequest website ASIHTTPRequest *…

iphone objective-c ios asihttprequest uiprogressview
Adding progress bar under navigation bar in swift?

Say me please how to add a ProgressView under navigation bar? I try to use solution in this post: adding …

ios swift uinavigationcontroller uinavigationbar uiprogressview
Are there customizable progress bars for iOS?

UIProgressView doesn't allow any customization. I know it's not exactly something complicated, but still I'd prefer to use an open …

iphone ios ipad progress-bar uiprogressview