abdul
Results
2
issues of
abdul
``` if downloadManager.isDownloadInProgress(forKey: _downloadKey) { downloadManager.pause(forUniqueKey: _downloadKey) }else { downloadManager.resume(forUniqueKey: _downloadKey) } ``` I am using this to toggle pause and resume but resume doesn't work as it always say...
hello first let me appreciate your hard work this is really a awesome library, can you help me out to increase the default height of the view when it is...