Top "Uiprogressview" questions

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

How to increase height of UIProgressView

I am creating UIProgressView from nib. I want to increase its height but it is fixed to 9. For iPad I …

iphone cocoa-touch ipad uiprogressview
how to use the progress bar in the iphone app

In my iPhone app I am downloading some data from an FTP server. To show the action I am using …

iphone objective-c ios xcode uiprogressview
Objective C: Downloading File With Progress Bar

I am trying to put a progress bar that syncs during the download that is happening. My app now can …

ios objective-c download uiprogressview
Change Height of UIProgressView in Swift

I've been trying to change the size and rotation of a progress view to adopt the size of the screen. …

swift uiprogressview
Timeline Progress bar for AVPlayer

AVPlayer is fully customizable, unfortunately there are convenient methods in AVPlayer for showing the time line progress bar. AVPlayer *player = […

iphone ios avfoundation avplayer uiprogressview
UIWebView with Progress Bar

Hi I'm new to programming and I'm trying to make my first app for iPhones on Xcode. My app contains …

ios uiwebview uiprogressview
Progress view height in iOS 7

I want to increase the height of progress view in iOS 6 and below i am doing this using appearence method …

iphone ios objective-c ios7 uiprogressview
UIProgressView custom track and progress images in iOS 7.1

iOS 7.1 seems to have broken the custom image properties in UIProgressView. Code that used to successfully customize progress views now …

ios ios7 uiprogressview
UIProgressView and Custom Track and Progress Images (iOS 5 properties)

I am experimenting with some new properties in iOS 5 regarding UIProgressView. They are: @property(nonatomic, retain) UIImage *progressImage; @property(nonatomic, …

objective-c cocoa-touch ios5 uiprogressview
UISlider with ProgressView combined

Is there an apple-house-made way to get a UISlider with a ProgressView. This is used by many streaming applications e.…

objective-c ios4 streaming uislider uiprogressview