zhuorantan / LocationPicker

A ready for use and fully customizable location picker for your app
MIT License
400 stars 79 forks source link

Compatibility with Objective-C #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello Jerome,

Thanks for making such a great framework and sharing it with the world.

I am currently working on an Objective-C project and I was wondering if you could make your framework compatible with Objective-C.

Thank you.

zhuorantan commented 8 years ago

Thanks for your feedback, I will address this as soon as possible.

zhuorantan commented 8 years ago

Hello,

I've tested LocationPicker in Objective-C, there's only one method addButtons that is not compatible. I will solve it and release version 1.0.3 several hours later when I'm available. I will inform you in this issue when I'm done. You can integrate it to your project now if this doesn't bother you.

To use LocationPicker in Objective-C

@import LocationPickerViewController;    //If you installed via Cocoapods
@import LocationPicker;    //If you installed in any other way
zhuorantan commented 8 years ago

@iosmahdi 1.0.3 has been released. LocationPicker now is compatible with Objective-C. If you encounter any other issues, please don't hesitate to create an issue or a pull request. Thank you. 😊