SDWebImage/SDWebImage.xcodeproj
DreamPiggy a986a77734 Add better support for stateful view (UIButton) for image URL/progress state management
Key idea:
1. Image Loading pipeline is based on `operation key`, when start/cancel it always need operation key
2. Stateful view has multiple operation key for different image property, we can use KeyPath as the hint to generate operation key
3. To make exists API compatible, we do not change much, however, in 6.0 we may do refactory and store all the loadState/operation/result into the single object, instead of 3
2023-07-31 10:35:47 +08:00
..
xcshareddata/xcschemes Merge pull request #2780 from dreampiggy/project_upgrade_xcode_10 2019-07-03 16:45:56 +08:00
project.pbxproj Add better support for stateful view (UIButton) for image URL/progress state management 2023-07-31 10:35:47 +08:00