CardinalNow / iOS-CircleProgressView

CircleProgressView
MIT License
518 stars 96 forks source link

can you provide objective-c version?? #11

Closed cloudjanak closed 9 years ago

xrolfex commented 9 years ago

I added the @objc directive to the class, you should be able to pull the swift class into your project and use it in your obj-c project. If needed I could port it over to objc pretty quickly. The pod version with the updated code is available as well as version 1.0.3

cloudjanak commented 9 years ago

no i need objective-c without pods

xrolfex commented 9 years ago

I will add it to my list, I may have a chance to get to it tonight but it may be tomorrow.

xrolfex commented 9 years ago

An Obj-C version has been added to the ProgressView folder. It is not setup with cocopods but you can manually add the source. You are welcome to create another pod spec and submit a pull request. The current development will remain in swift. Thanks.

cloudjanak commented 9 years ago

we need objective-c demo project.

malhal commented 9 years ago

the problem with swift is the runtime adds 30MB of bloat to your app, so thats why a objc version of the progress bar is best at the moment! thanks.