You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sorry, but your example in your Readme.md (https://github.com/thibaultCha/TCBlobDownloadSwift#delegate) docs is not working. I am trying on XCode 7 and iOS 8-9. But delegate methods is not calling when I create custom class or just want to run you example in Readme.md .
Only one way to call delegate methods is to put it to main UIViewController and point self to downloadFileAtURL method as delegate param.
I debug code and this is only way to call delegate methods. Maybe I have done something wrong but here we are this issue.
Hi sorry, but your example in your Readme.md (https://github.com/thibaultCha/TCBlobDownloadSwift#delegate) docs is not working. I am trying on XCode 7 and iOS 8-9. But delegate methods is not calling when I create custom class or just want to run you example in Readme.md .
Only one way to call delegate methods is to put it to main
UIViewController
and pointself
todownloadFileAtURL
method as delegate param.I debug code and this is only way to call delegate methods. Maybe I have done something wrong but here we are this issue.
For more clearness I am talking about this example: https://github.com/thibaultCha/TCBlobDownloadSwift#delegate
The text was updated successfully, but these errors were encountered: