Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Olivier Poitrey
2013-02-12 01:17:55 +0100
Commit
de485a8618a445a92364b44ae40e67d3a813c699
1 parent
63178bde
Fix downloader queue using assign instead of strong under iOS 6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDWebImageDownloaderOperation.m
SDWebImage/SDWebImageDownloaderOperation.m
View file @
de485a8
...
...
@@ -21,7 +21,7 @@
@property
(
assign
,
nonatomic
)
long
long
expectedSize
;
@property
(
strong
,
nonatomic
)
NSMutableData
*
imageData
;
@property
(
strong
,
nonatomic
)
NSURLConnection
*
connection
;
@property
(
assign
,
nonatomic
)
dispatch_queue_t
queue
;
@property
(
SDDispatchQueueSetterSementics
,
nonatomic
)
dispatch_queue_t
queue
;
@end
...
...
Please
register
or
login
to post a comment