philackm / ScrollableGraphView

An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
MIT License
5.31k stars 472 forks source link

Removed public from the extension declaration. This has been deprecated in Swift 5. #168

Closed timothydlee closed 5 years ago

timothydlee commented 5 years ago

The public declaration generated alerts in Swift 4.2 that warned that public would become deprecated in future releases. Now in Swift 5.0, it is officially deprecated.

timothydlee commented 5 years ago

This is a duplicate of PR #150. This PR can be closed.