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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -