ios - How do I create one class to use in a different project? -
i have many projects in ios. of them use same classes (app1, app2 , app3 use same classes class1.m
, class2.m
). there way collect these apps in 1 app (multi task) or use these classes 1 time apps?
actually can compile classes static library , add future projects dependency.
this tutorial it.
Comments
Post a Comment