Satya
Satya

Reputation: 37

Can i create a framework with classes,xib and image and use it another project as a framework?

Can i create a framework with classes,nib and image and use it another project as a framework?

Upvotes: 1

Views: 142

Answers (1)

Alex Terente
Alex Terente

Reputation: 12036

You can create an static library where you will put the code an a bundle where you will put your resources.

Static library tutorial here.

Upvotes: 1

Related Questions