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

Implement makeView on Registry #655

Merged
merged 2 commits into from
Jun 22, 2017
Merged

Implement makeView on Registry #655

merged 2 commits into from
Jun 22, 2017

Conversation

zenangst
Copy link
Owner

makeView(from item: Item, with frame: CGRect) can be used to create views based of an Item. This is useful when you need to make a copy of a view that should not be bound by the reusability boundaries of Spots internal mechanisms.

`makeView(from item: Item, with frame: CGRect)` can be used to create
views based of an `Item`. This is useful when you need to make a copy
of a view that should not be bound by the reusability boundaries of
Spots internal mechanisms.
@mention-bot
Copy link

@zenangst, thanks for your PR! By analyzing the history of the files in this pull request, we identified @onmyway133 and @JohnSundell to be potential reviewers.

@codecov-io
Copy link

Codecov Report

Merging #655 into master will increase coverage by <.01%.
The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #655      +/-   ##
==========================================
+ Coverage   87.74%   87.74%   +<.01%     
==========================================
  Files         128      129       +1     
  Lines       10452    10472      +20     
==========================================
+ Hits         9171     9189      +18     
- Misses       1281     1283       +2
Flag Coverage Δ
#ios 89.42% <90%> (ø) ⬆️
#osx 90.57% <90%> (-0.01%) ⬇️
#tvos 80.6% <90%> (+0.02%) ⬆️
Impacted Files Coverage Δ
Sources/Shared/Structs/Registry.swift 70.37% <100%> (+3.02%) ⬆️
SpotsTests/Shared/RegistryTests.swift 86.66% <86.66%> (ø)

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 b99fce2...363e751. Read the comment docs.

@zenangst zenangst merged commit 8619ea6 into zenangst:master Jun 22, 2017
@zenangst zenangst deleted the feature/make-view branch June 22, 2017 06:04
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.

4 participants