wayfair-archive / brickkit-ios

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

Use Identifiers to register bricks and be able to register cell classes #174

Closed nick-lobue closed 7 years ago

nick-lobue commented 7 years ago

Adds a dictionary field to brick section so that we are able to register a class for a given identifier if we do not a brick to be reused across the class. This is something that can be used when we use a lot of different label bricks.

codecov-io commented 7 years ago

Codecov Report

Merging #174 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #174      +/-   ##
=========================================
+ Coverage   93.37%   93.4%   +0.03%     
=========================================
  Files          39      39              
  Lines        4149    4168      +19     
  Branches      339     341       +2     
=========================================
+ Hits         3874    3893      +19     
  Misses        274     274              
  Partials        1       1
Impacted Files Coverage Δ
Source/Models/BrickSection.swift 97.53% <ø> (ø) :arrow_up:
Source/ViewControllers/BrickCollectionView.swift 95.59% <100%> (+0.18%) :arrow_up:

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 b304c0d...1c76514. Read the comment docs.