LinkedInAttic / LayoutKit

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
http://layoutkit.org
Apache License 2.0
3.16k stars 267 forks source link

Making Layout Adapter's queue public #105

Closed thekirankumar closed 7 years ago

thekirankumar commented 7 years ago

Making the backgroundLayoutQueue property in ReloadableViewLayoutAdapter public will help us get a reference of the underlying queue on which we can retrieve our Realm objects. Fixes #104

codecov-io commented 7 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.06%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   92.56%   92.63%   +0.06%     
==========================================
  Files          53       53              
  Lines        3053     3053              
==========================================
+ Hits         2826     2828       +2     
+ Misses        227      225       -2
Impacted Files Coverage Δ
LayoutKit/Views/ReloadableViewLayoutAdapter.swift 94.73% <100%> (+2.1%) :white_check_mark:

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 43b864d...03c2ea0. Read the comment docs.