Problem
• Every initialized NSURLConnection shares
the same delegate methods, unless you
delegate to different objects.
• You could implement a class for holding all
those these, but you need to create a
object of that class for every download.
Not good.
0 comments
Post a comment