Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
287 views

How much should the AppDelegate do?

I'm designing quite a large App and on startup it will create sessions with a few different servers. As they are creating a session which is used across all parts of the app its something I thought ...
1
vote
1answer
245 views

NSURLConnection and ProgressBar Crash when try to convert to float

i am trying to use progressbar while downloading using NSUrlConnection am missing somthing but dont know what see my code in my .h i have NSMutableData *receivedData; NSNumber *FileSize; ...
1
vote
1answer
1k views

UIProgressbar in Cococa Touch

I want to display an UIProgressbar depending on the amount of data downloaded from the server. One way I implemented is I made a NSURLConnection and set the delegate. The - ...
0
votes
0answers
44 views

UIProgressBar restarts while downloading through NSURLConnection

In my app, I have 2 view. first view is table view which contains list of videos and second view displays sync button to download video from url. Process: FirstView (Clicked on Any Row)---> ...
0
votes
4answers
104 views

UIProgressbar update method

Hello i'm trying to write a method that update a UIProgressbar ! The problem is that when both of values arrive fine to the method (NSLog display values) the division operation generate a bad_access ...
0
votes
2answers
265 views

Using a UIProgressBar to display status of a download

Does anyone have a link to a good tutorial about using a UIProgessBar in iOS to display the status of a download? I wouldn't have a problem even taking the total download size and inserting an if ...
0
votes
1answer
194 views

Make an animated progressView

I'm searching for example or sample code to make a ProgressView looking something like this: ProgressView Mockup Thanks by advance for helping me!
0
votes
2answers
339 views

progressBar for importing Data into CoreData

i'm importing a large amount of Data into CoreData. I want to show a progressBar for the progress of importing. first i'm showing the progress bar. then i'm counting the data i want to import then i ...
0
votes
1answer
890 views

How to show a UIProgressView for a download in my app?

I would like to show a progress bar indicating how much of a file has been downloaded in my iPhone app. I know how to set up the UIProgressView in IB and all that. But I need data such as file size in ...
0
votes
2answers
426 views

Disabled touch when UIProgressBarHUD is shown

I've created an app where I'm creating a UIProgressBarHUD to show that something is loading. My question is, how can I disable the view so nothing can be pressed untill the loading is finished? I've ...
-2
votes
1answer
217 views

How to show the downloading status in progress bar for iphone

i want to show the downloading status through progress bar in iphone.please any one explain how to do this.