STLoadingGroup icon indicating copy to clipboard operation
STLoadingGroup copied to clipboard

Any plans to add to cocoa pods?

Open ghost opened this issue 8 years ago • 7 comments

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

ghost avatar Jul 03 '16 17:07 ghost

ok, I'll try.

saitjr avatar Jul 04 '16 09:07 saitjr

Ok?

Jinxiansen avatar Jul 18 '16 09:07 Jinxiansen

not yet.

saitjr avatar Jul 18 '16 10:07 saitjr

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.

saitjr avatar Jul 18 '16 14:07 saitjr

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

lfarah avatar Sep 20 '16 22:09 lfarah

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.

saitjr avatar Sep 21 '16 12:09 saitjr

Hey any updates on this? Thanks!

keakalamudo avatar Mar 20 '17 06:03 keakalamudo