Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesRemove kCGImageSourceShouldCache option when creating image source #2472
Conversation
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Sep 5, 2018
Codecov Report
@@ Coverage Diff @@
## 5.x #2472 +/- ##
==========================================
+ Coverage 77.87% 77.89% +0.02%
==========================================
Files 47 47
Lines 6621 6619 -2
==========================================
Hits 5156 5156
+ Misses 1465 1463 -2
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
Emmm...From the documents, the only public options for I've also check that it indeed behavior. The only available options in
|
This comment has been minimized.
This comment has been minimized.
@dreampiggy |
zhongwuzw commentedSep 5, 2018
New Pull Request Checklist
I have read and understood the CONTRIBUTING guide
I have read the Documentation
I have searched for a similar pull request in the project and found none
I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
I have added the required tests to prove the fix/feature I am adding
I have updated the documentation (if necessary)
I have run the tests and they pass
I have run the lint and it passes (
pod lib lint
)This merge request fixes / reffers to the following issues: ...
Pull Request Description
kCGImageSourceShouldCache
is only valid when creating an image from image source, image source would not treat this option. OnlykCGImageSourceTypeIdentifierHint
can pass to options when creating image source. Please see Documents