jww
jww

Reputation: 102286

Apple Open Source and CocoaTouch Classes?

I just want to verify this to ensure I'm not making a dumb mistake.

Does Apple offer any of its CocoaTouch classes for Open Source? I checked opensource.apple.com, and did not see any. http://www.google.com/#q=nsuuid+site:opensource.apple.com.

I'm interested in the NSUUID class for iOS 5 and lesser (its available in iOS 6) and would be happy to copy/paste it rather than roll it myself.

Upvotes: 1

Views: 103

Answers (1)

Paul.s
Paul.s

Reputation: 38728

No this will not be open source.

But you don't need to roll your own as you can just drop down to using CFUUIDRef

Upvotes: 2

Related Questions