Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move image brick delegate change over to swift 3 branch #107

Merged
merged 2 commits into from
Apr 8, 2017

Conversation

nick-lobue
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Mar 10, 2017

Codecov Report

❗ No coverage uploaded for pull request base (swift3@d697003). Click here to learn what that means.
The diff coverage is 75%.

@@            Coverage Diff            @@
##             swift3     #107   +/-   ##
=========================================
  Coverage          ?   93.03%           
=========================================
  Files             ?       38           
  Lines             ?     3031           
  Branches          ?        0           
=========================================
  Hits              ?     2820           
  Misses            ?      211           
  Partials          ?        0
Impacted Files Coverage Δ
Source/Bricks/Image/ImageBrick.swift 77.98% <75%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d697003...db3a2ee. Read the comment docs.

@@ -217,6 +199,11 @@ open class ImageBrickCell: GenericBrickCell, Bricklike, AsynchronousResizableCel
self.imageDownloader?.downloadImageAndSet(on: self.imageView, with: imageURL, onCompletion: { (image, url) in
self.imageLoaded = true
self.resize(image: image)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove some of this white space

@jay18001 jay18001 merged commit 2d58835 into wayfair-archive:swift3 Apr 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants