evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.19k stars 368 forks source link

Changed access level of CosmosView from public to open #47

Closed mickmaccallum closed 8 years ago

mickmaccallum commented 8 years ago

Under Swift 3, an access level of open is required in order to be able to create a subclass outside of the class' defining module.

evgenyneu commented 8 years ago

Thank you very much for your help, @0x7fffffff. I have pushed a new 7.0.0 version with your update.