Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any thoughts on how to use this great module with custom views which are derived from UIKit views #55

Closed
tuyendv2 opened this issue Jan 31, 2016 · 4 comments
Milestone

Comments

@tuyendv2
Copy link

I am using this library https://github.com/CosmicMind/Material, and want to have these components integrated with animatable feature in Interface Builder. I think moving forward I also want to have such kind of thing for any other great UI libraries. Do you have any ideas on how to get this done in the generic way.

@JakeLin
Copy link
Member

JakeLin commented Jan 31, 2016

@Tuyencoder I just had a quick look at https://github.com/CosmicMind/Material, it has its own UI elements like MaterialButton, to use both of them, you need to either modify MaterialButton to conform to Animatable or create a subclass of MaterialButton to conform to Animatable.

Material design elements is in the backlog, #16 IBAnimatable protocol extentions should be easy to create Material Design elements. One goal of IBAnimatable is to easily extend to create new elements with custom styles.

@tuyendv2
Copy link
Author

tuyendv2 commented Feb 1, 2016

Thanks JakeLin. I think while we are waiting for material design components to be built into IBAnimatable, we should have documentation on how to integrate IBAnimatable with other view frameworks. Of course, what you answered is roughly enough for now.

@JakeLin
Copy link
Member

JakeLin commented Feb 1, 2016

@Tuyencoder can I ask you a favour to share what you find to put them together by following my comments above? please let me know if you have any questions. Thanks.

@JakeLin
Copy link
Member

JakeLin commented May 8, 2016

Please see #174 , close this issue now.

@Tuyencoder , please let me know if you have any questions, thanks.

@JakeLin JakeLin closed this as completed May 8, 2016
@tbaranes tbaranes modified the milestones: 4.x, 4.0 Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants