ivnsch / PieCharts

Easy to use and highly customizable pie charts library for iOS
Apache License 2.0
511 stars 92 forks source link

Carthage Support #27

Open Kautenja opened 7 years ago

Kautenja commented 7 years ago

A well known and documented issue https://github.com/Carthage/Carthage/issues/335 is that IBDesignables are stripped of their @IBDesignable and @IBInspectable tags. This results in the interface builder functionality of the framework when using Carthage to not work.

ivnsch commented 6 years ago

Well, it doesn't seems to work and the issue was locked. There seem to be some workarounds on app side. Happy to implement a fix in the library if someone points me to it.

Sorry for the late response!

jsahoo commented 6 years ago

@i-schuetz Cosmos had the same issue. Take a look at the fix I implemented here https://github.com/evgenyneu/Cosmos/pull/110