mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Moved some items around, knocking down todo's
This commit is contained in:
@@ -37,6 +37,7 @@ static NSInteger const kProgressViewTag = 67;
|
||||
progressView.tag = kProgressViewTag;
|
||||
[self.view addSubview:progressView];
|
||||
}
|
||||
|
||||
progressView.progress = totalBytesWritten / (float)totalBytesExpectedToWrite;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user