wayfair-archive / brickkit-ios

DEPRECATED - BrickKit For IOS
Apache License 2.0
605 stars 57 forks source link

Updated the UpdateFrameListener function to pass the GenericBrickCell. #200

Closed ablokker closed 6 years ago

ablokker commented 6 years ago

This will allow the function to access _brick.index and cell.genericContentView, which can be used to make content changes later in the layout cycle, convenient when loading images based on the size of the UIImageView.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@90ab1ee). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #200   +/-   ##
========================================
  Coverage          ?   93.2%           
========================================
  Files             ?      40           
  Lines             ?    4472           
  Branches          ?     365           
========================================
  Hits              ?    4168           
  Misses            ?     303           
  Partials          ?       1
Impacted Files Coverage Δ
Source/Bricks/Generic/GenericBrick.swift 99.31% <100%> (ø)

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 90ab1ee...1068e53. Read the comment docs.