PaoloCuscela / Cards

Awesome iOS 11 appstore cards in swift 5.
MIT License
4.2k stars 274 forks source link

[Question] Print statement in DetailViewController.swift #48

Closed robinvvinod closed 6 years ago

robinvvinod commented 6 years ago

Hi,

Is there any particular reason you are calling print(scrollView.frame) in DetailViewController.swift? Using the cards in full screen causes the debugger console to be flooded with the print statements.

Thank you!

P.S Thanks for all the work you do the project, it's amazing :)

PaoloCuscela commented 6 years ago

Not really it's just a debug leftover. I' ll remove that in the next release, thanks for the tip :)