0

I would like to create my own framework to hide the implementation of the classes and to be able to re-use the the classes.

Did they add the ability to create these in 4.6?

Nick Turner
  • 927
  • 1
  • 11
  • 21

2 Answers2

0

Yes, it is possible. Check out the Introduction to Framework Programming Guide by Apple.

Attila H
  • 3,616
  • 2
  • 24
  • 37
0

Here's a link! link for framework creation in xcode 4.6. its working fine for me

Pushpa Raja
  • 642
  • 6
  • 17