crashoverride777 / swifty-sk-scroll-view

A Swift library to add a UIScrollView to your SpriteKit scenes. This library is deprecated and no longer supported.
MIT License
60 stars 11 forks source link

Remove useless frame setting #8

Closed ooow closed 3 years ago

ooow commented 4 years ago

The frame is already set by calling super.init(frame: frame) above. It makes no sense to set the same value again. 👍

crashoverride777 commented 3 years ago

Hey,

fixed this in v2.4.3, thank you for the suggestion.