0

I am new in iOS development. I have created multiple library projects in Android like facebook library. Now I want to do same in iOS. How can I create Library project in iOS..

Akash Doshi
  • 421
  • 1
  • 4
  • 8

2 Answers2

0

Here you have a good tutorial which I went through last week to create a static library on iOS:

http://www.raywenderlich.com/65964/create-a-framework-for-ios

And if you want to integrate a library through Cocoapods:

http://www.sitepoint.com/creating-cocoapods/

santibernaldo
  • 825
  • 1
  • 11
  • 26
0

I suppose this will help you Universal Cocoa Touch Frameworks for iOS 8

fhdrsdg
  • 10,297
  • 2
  • 41
  • 62
Danilo
  • 631
  • 1
  • 9
  • 24