Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build a Framework class in XCode?

I want to build a framework regarding some common aspects used in xcode like that of UIKit, Foundation etc. Is it possible for us to create our own framework which could be reused later ? If so, could you tell us a step by step procedure of how to do it?

like image 587
Arun Avatar asked May 22 '09 05:05

Arun


1 Answers

This is now possible, see:

https://github.com/kstenerud/iOS-Universal-Framework

like image 110
aroth Avatar answered Oct 03 '22 01:10

aroth