RxReusable icon indicating copy to clipboard operation
RxReusable copied to clipboard

Swizzle didMoveToWindow() instead of init()

Open devxoul opened this issue 8 years ago • 1 comments

Fixes #1 and #2

devxoul avatar May 16 '17 10:05 devxoul

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   96.79%   96.86%   +0.06%     
==========================================
  Files          11       11              
  Lines         406      415       +9     
==========================================
+ Hits          393      402       +9     
  Misses         13       13
Impacted Files Coverage Δ
Tests/RxReusableTests/DisplayingTests.swift 100% <100%> (ø) :arrow_up:
Sources/UICollectionView+RxReusable.swift 95.55% <100%> (+0.2%) :arrow_up:
Sources/UITableView+RxReusable.swift 100% <100%> (ø) :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 f728ac9...8f1b5a1. Read the comment docs.

codecov-io avatar May 16 '17 10:05 codecov-io