ios - Is there any limitations for number of NKAssetDownload -


i investigating newsstand kit. , wonder how many assets can add nkissue? there limitation or that?

nkassetdownload *assetdownload = [nkissue addassetwithrequest:req]; 

currently there no limit mentioned in reference documents.

so can add number of nkissue want.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -