Xcode - 7.3 Ceating a iOS Universal Framework

82 Views Asked by At

I am trying to create a iOS universal framework which is built with universal architecture. I followed this Link to create an Universal Framework - https://spin.atomicobject.com/2011/12/13/building-a-universal-framework-for-ios/

In this they have clearly mentioned how headers should be added, but didn't mention where to keep function definitions ? As already Resources directory is present do I need to place all function definition in that ?

0

There are 0 best solutions below