当下载和解压在后台完成时,我想在我的客户端显示一个不同的UI,有没有闪光的delegate_method或任何其他方式来得到解压/下载完成的通知?
发布于 2015-05-30 01:52:28
查看Sparkle-code之后,在unarchive_finish上调用了- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationInvocation:(NSInvocation *)invocation委托方法。
https://stackoverflow.com/questions/30508296
复制相似问题