I want make some progress bar in my application with three20 library when sending data to server. Can someone help me with this?
I am using
- (void)requestDidStartLoad:(TTURLRequest*)request
and
- (void)requestDidFinishLoad:(TTURLRequest*)request
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.
I have found solution.
You must call
[request send];to call this delegate function:
if you call
sendSynchronouslydata will send but you can’t gettotalBytesLoaded.