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 plans to add to cocoa pods? #2

Open
ghost opened this issue Jul 3, 2016 · 7 comments
Open

Any plans to add to cocoa pods? #2

ghost opened this issue Jul 3, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Jul 3, 2016

Any plans to add to cocoa pods? that would be an awesome use. Thank you.

@saitjr
Copy link
Owner

saitjr commented Jul 4, 2016

ok, I'll try.

@Jinxiansen
Copy link

Ok?

@saitjr
Copy link
Owner

saitjr commented Jul 18, 2016

not yet.

@saitjr
Copy link
Owner

saitjr commented Jul 18, 2016

I'm still working on it, but here is the problem:

  1. Each loading view is named STLoadingView, so they can't be packaged in one pod.
  2. If I rename them means I have to do this to every signal view and package them one by one. That's a huge work for me.
  3. If I do so, pod every view, and what should I do if I change their common protocol.
    So I am wondering, is there any solution? Thank you guys.

@lfarah
Copy link

lfarah commented Sep 20, 2016

Hey @saitjr, I'm here to help. Can you tell me about your problem? Why can't u package everything under 'STLoadingGroup'?

@saitjr
Copy link
Owner

saitjr commented Sep 21, 2016

Thank you very much, here it is.
There are a lot of animations, named LoadingA, LoadingB, LoadingC. But you just need import one loading class in each project (too many loading in one app isn't a good idea).
Based on this point, I give LoadingA, LoadingB, LoadingC same name —— STLoadingView, so they are different classes which have same name. So I can't put it in one project.

I am refactoring these time.

@keakalamudo
Copy link

Hey any updates on this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants