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

Consider removing background settings #11

Closed ooow closed 3 years ago

ooow commented 4 years ago

backgroundColor it's optional by default, so if you remove this line nothing will change.

@NSCopying open var backgroundColor: UIColor?

crashoverride777 commented 3 years ago

Hey,

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