Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
{{ message }}
floki1
/
SDWebImage
Public
forked from
SDWebImage/SDWebImage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Jul 14, 2014
No need for explicit ivar and getters, as long as we have the @synthesize in place
bpoplauschi
committed
0b47342
Copy full SHA for 0b47342
Commits on Jul 11, 2014
Merge pull request #783 from bpoplauschi/race_condition
Show description for 39db378
bpoplauschi
committed
39db378
Copy full SHA for 39db378
Commits on Jul 10, 2014
Merge pull request #794 from vjyanand/master
Show description for 894a1b1
bpoplauschi
committed
894a1b1
Copy full SHA for 894a1b1
Commits on Jul 6, 2014
Update MKAnnotationView+WebCache.m
Show description for 99590ed
vjyanand
committed
99590ed
Copy full SHA for 99590ed
Commits on Jul 4, 2014
Updated README.md with badges
bpoplauschi
committed
2e708d3
Copy full SHA for 2e708d3
Commits on Jun 29, 2014
Fixed misspell
bpoplauschi
committed
30e034d
Copy full SHA for 30e034d
Commits on Jun 25, 2014
Replace #621Fixed race condition between operation cancelation and loading finish
bpoplauschi
committed
72a4e7b
Copy full SHA for 72a4e7b
Added option to use the cached image instead of the placeholder for UIImageView. Replaces #541. Fixes #599
bpoplauschi
committed
30f6726
Copy full SHA for 30f6726
Fixed #775, made sure all the category methods that are public have the sd_ prefix (deprecated the old ones)
Show description for a6f11b3
bpoplauschi
committed
a6f11b3
Copy full SHA for a6f11b3
Update for #771 - instead of removing the old methods, deprecated them so we are backwards compatible.
bpoplauschi
committed
23874cd
Copy full SHA for 23874cd
Added comments and coding style to previous pull request #771
bpoplauschi
committed
6d01e80
Copy full SHA for 6d01e80
Merge pull request #771 from Whirlwind/new_cancel_logic
Show description for 9b18145
bpoplauschi
committed
9b18145
Copy full SHA for 9b18145
Commits on Jun 24, 2014
Merge pull request #780 from rokgregoric/master
Show description for 3a7adbb
bpoplauschi
committed
3a7adbb
Copy full SHA for 3a7adbb
Do not load placeholder image if SDWebImageDelayPlaceholder option specified.
rokgregoric
committed
8d668b4
Copy full SHA for 8d668b4
Commits on Jun 23, 2014
Implemented NTLM auth support. Replaced deprecated auth challenge methods from `NSURLConnectionDelegate`. Replaces #711.
Show description for 50c4d1d
bpoplauschi
committed
50c4d1d
Copy full SHA for 50c4d1d
Merge branch 'unit_tests'
Show description for c7330db
bpoplauschi
committed
c7330db
Copy full SHA for c7330db
Commits on Jun 20, 2014
Reverted demo project referencing source files directly. Re-added SDWebImage project as subproject
bpoplauschi
committed
e5faad0
Copy full SHA for e5faad0
Added error test
bpoplauschi
committed
e0b3de4
Copy full SHA for e0b3de4
Added SDWebImage Tests project. It uses CocoaPods (Expecta + XCTestAsync). Added some demo tests
bpoplauschi
committed
c1fae30
Copy full SHA for c1fae30
Created a SDWebImage workspace with the 2 existing projects, fixed the demo project so it directly references the source files. Shared a demo project scheme
bpoplauschi
committed
60b0437
Copy full SHA for 60b0437
Prepared gitignore for CocoaPods and workspaces
bpoplauschi
committed
7855f89
Copy full SHA for 7855f89
Fixed warnings from demo project (started using the new methods, the ones with the sd_ prefix).
bpoplauschi
committed
fe4b3a0
Copy full SHA for fe4b3a0
Merge branch 'master' into new_cancel_logic
Show description for 5615cf1
Whirlwind
committed
5615cf1
Copy full SHA for 5615cf1
Commits on Jun 19, 2014
Returning error in setImage completedBlock if the url was nil. Added `dispatch_main_async_safe` macro. Fixes #505
bpoplauschi
committed
af3e4f8
Copy full SHA for af3e4f8
Fixed issue #529 - if the `cacheKeyFilter` was set, this was ignored when computing the `scaledImageForKey`. For most of the developers that did not set `cacheKeyFilter`, the code will work exactly…
Show description for eb91fdd
bpoplauschi
committed
eb91fdd
Copy full SHA for eb91fdd
Merge pull request #770 from bpoplauschi/completion_with_url
Show description for a8a69ab
Olivier Poitrey
committed
a8a69ab
Copy full SHA for a8a69ab
Added proper handling for SDWebImageDownloaderLowPriority (aka NSOperationQueuePriorityLow). Fixes #713 #745
bpoplauschi
committed
136daba
Copy full SHA for 136daba
Updated some older code to match the coding style
bpoplauschi
committed
e116aa5
Copy full SHA for e116aa5
As discussed with @rs, prefixed all the new methods to sd_set*
bpoplauschi
committed
ea663b9
Copy full SHA for ea663b9
Refactor the cancel logic
Whirlwind
committed
4c18545
Copy full SHA for 4c18545
Pass image URL in completion blocks - step 6:
Show description for 03a7514
bpoplauschi
committed
03a7514
Copy full SHA for 03a7514
Pass image URL in completion blocks - step 5:
Show description for 81b5e72
bpoplauschi
committed
81b5e72
Copy full SHA for 81b5e72
Fixed misspell (downloand -> download)
bpoplauschi
committed
21b230f
Copy full SHA for 21b230f
Pass image URL in completion blocks - step 4:
Show description for 76b552e
bpoplauschi
committed
76b552e
Copy full SHA for 76b552e
Updated UIButton category documentation (forth param for the completion block) + alignaments
bpoplauschi
committed
c38409b
Copy full SHA for c38409b
Pagination
Previous
Next
You can’t perform that action at this time.