2013-10-29 75 views

回答

1

看看NSURLConnection的的NSURLConnectionDataDelegate(协议)。 https://developer.apple.com/library/mac/documentation/Foundation/Reference/NSURLConnectionDataDelegate_protocol/Reference/Reference.html#//apple_ref/occ/intf/NSURLConnectionDataDelegate

您需要实现以下方法:

(NSInteger的)totalBytesWritten totalBytesExpectedToWrite:(NSInteger的)totalBytesExpectedToWrite

为了支持这种行为。

+0

我正在使用EGO Imageview天气它可能显示加载在该库中? – btmanikandan

+0

我不知道这个库,但只要它使用NSURLConnection,这是可能的。你所要做的就是实现这个方法.. –

2

我做了一个开源的发展观,这是非常可定制的,甚至会在即将到来的2.0版本中更是如此。你可以在lightdesign/LDProgressView找到它。请让我知道它是否适合您的需求,或者如何改变它。

相关问题