All Projects → SYFH → Fkdownloader

SYFH / Fkdownloader

Licence: mit
👍🏻📥Maybe the best file downloader.

Projects that are alternatives of or similar to Fkdownloader

Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+953.68%)
Mutual labels:  cocoapods
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (-2.16%)
Mutual labels:  cocoapods
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (-0.87%)
Mutual labels:  downloader
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-6.49%)
Mutual labels:  cocoapods
Ccnstatusitem
CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.
Stars: ✭ 223 (-3.46%)
Mutual labels:  cocoapods
Admozaiccollectionviewlayout
ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements "brick", "mozaic" or Pinterest style layout.
Stars: ✭ 226 (-2.16%)
Mutual labels:  cocoapods
M3u8
A mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files. 一个迷你 M3U8 视频下载工具。
Stars: ✭ 215 (-6.93%)
Mutual labels:  downloader
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (-0.43%)
Mutual labels:  cocoapods
Tutti
Tutti is a Swift library that lets you create tutorials, hints and onboarding experiences.
Stars: ✭ 224 (-3.03%)
Mutual labels:  cocoapods
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+6986.15%)
Mutual labels:  downloader
Expandedtabbar
ExpandedTabBar is a very creative designed solution for "more" items in UITabBarController. It's greate experience to have more comfortable and intuitive UI.
Stars: ✭ 219 (-5.19%)
Mutual labels:  cocoapods
Ios
OwnTracks' iPhone App
Stars: ✭ 222 (-3.9%)
Mutual labels:  cocoapods
Swiftvalidators
String (and more) validation for iOS
Stars: ✭ 226 (-2.16%)
Mutual labels:  cocoapods
Infinitecollectionview
Infinite horizontal scrolling using UICollectionView.
Stars: ✭ 218 (-5.63%)
Mutual labels:  cocoapods
Criollo
A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
Stars: ✭ 229 (-0.87%)
Mutual labels:  cocoapods
Pincache
Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Stars: ✭ 2,513 (+987.88%)
Mutual labels:  cocoapods
Telegram Upload
Upload and download files from Telegram up to 2GiB using your account
Stars: ✭ 223 (-3.46%)
Mutual labels:  downloader
Aws Mobile Appsync Sdk Ios
iOS SDK for AWS AppSync.
Stars: ✭ 231 (+0%)
Mutual labels:  cocoapods
Gifu
High-performance animated GIF support for iOS in Swift
Stars: ✭ 2,703 (+1070.13%)
Mutual labels:  cocoapods
Sync
JSON to Core Data and back. Swift Core Data Sync.
Stars: ✭ 2,538 (+998.7%)
Mutual labels:  cocoapods

FKDonwloader

Support Language Carthage Compatible CocoaPods Compatible

👍🏻📥也许是最好的文件下载器.

Features

  • [x] 后台下载
  • [x] 前台下载
  • [x] 使用配置实例统一实行配置
  • [x] 实时获取任务进度、状态等信息
  • [x] 使用中间件自定义处理请求与响应
  • [x] 任务可添加多个 Tag, 可通过 Tag 进行任务分组
  • [x] 通过 Tag 获取组任务进度信息
  • [x] 没有使用任何其他第三方

Description

对 0.x 版本彻底重构, 移除部分冗余逻辑, 一切只为了更好的下载体验.

在使用时, 本框架并不会输出过多的信息, 比如 0.x 版本会有下载列表相关的信息, 但 1.x 并不会提供这些信息, 用户需要自己来管理这些业务相关的信息. 也不会要求输入过多的信息, 如 1.x 中整个下载流程都仅需要下载链接.

Framework Process

部分逻辑参考了 Scrapy 这个广为人知的爬虫框架, 具体请看我的博客

Usage

请查看 wiki - Usage

Requirements

FKDownloader Versions Minimum iOS Target
1.x iOS 9
0.x iOS 8

Demo

FKDownloaderDemo 为测试程序.

Unit Test

FKDownloader 包含了单元测试, 可在 FKDownloader.xcodeproj 中选择 FKDownloaderTest scheme 进行单元测试.

Install

  • CocoaPods
      pod 'FKDownloader'
  • Carthage
      github 'SYFH/FKDownloader'
  • Manual
    FKDownloader 文件夹复制到项目中, #import "FKDownloadTool.h" 即可开始

About

如果觉得好用, 可以 Star 哟~
如果觉得功能不如人意, 请尽情的 Fork!
如果使用中出现了问题, 请直接提交 issues!

MIT License

Copyright (c) 2018 Norld

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].