Snapshot của kean/DFImageManager: 1.2k★ · Objective-C. Image loading, processing, caching and preheating
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
The DFCompositeImageManager constructs a tree of responsibility from image managers and dynamically dispatch requests between them. Each manager should conform to DFImageManaging protocol. The DFCompositeImageManager also conforms to DFImageManaging protocol so that individual managers and compositions can be treated uniformly.
To install DFImageManager add a dependency in your Podfile:
pod 'DFImageManager'
By default it will install these subspecs:
DFImageManager/Core - DFImageManager core classes
DFImageManager/UI - UI components
There are four more optional subspecs:
DFImageManager/AFNetworking - replaces networking stack with AFNetworking
DFImageManager/GIF - GIF support with a FLAnimatedImage dependency
DFImageManager/WebP - WebP support with a libwebp dependency
DFImageManager/PhotosKit - Photos Framework support
To install optional subspecs include them in your Podfile:
pod 'DFImageManager'
pod 'DFImageManager/AFNetworking'
pod 'DFImageManager/GIF'
pod 'DFImageManager/WebP'
pod 'DFImageManager/PhotosKit'
Carthage
DFImageManager has a limited Carthage support that doesn't feature FLAnimatedImage and AFNetworking integration. To install DFImageManager add a dependency to your Cartfile:
github "kean/DFImageManager"
Requirements
iOS 8.0+ / watchOS 2
Xcode 7.0+
Supported Image Formats
Image formats supported by UIImage (JPEG, PNG, BMP, and more)
GIF (GIF subspec)
WebP (WebP subspec)
Contribution
If you need help, use Stack Overflow. (Tag 'dfimagemanager')
If you found a bug, and can provide steps to reproduce it, open an issue.
If you have a feature request, open an issue.
If you want to contribute, branch of the develop branch and submit a pull request.
Contacts
License
DFImageManager is available under the MIT license. See the LICENSE file for more info.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/kean/DFImageManager là nguồn chính thức.
kean/DFImageManager có bao nhiêu sao?
kean/DFImageManager có 1.2k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/kean/DFImageManager. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
kean/DFImageManager có phải mã nguồn mở không?
Có — kean/DFImageManager phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/kean/DFImageManager.
kean/DFImageManager còn đang phát triển không?
Commit gần nhất trên kean/DFImageManager là 6.8 năm trước (theo timestamp GitHub). Repo có 97 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
kean/DFImageManager là gì?
kean/DFImageManager (kean/DFImageManager) là dự án Objective-C trên GitHub. Theo mô tả gốc: Image loading, processing, caching and preheating
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về DFImageManager?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về DFImageManager.