-2

I downloaded Xcode 6 beta and was interested in Extension programming for iOS 8. However, I have been unable to locate the extensions in my project templates when creating a new project in Xcode

now i try to create extention but after create how can run and how can it's work i din't understand.

i read this link but didn't understand.

can any one help me about apple new feture extention.

Andrew
  • 15,357
  • 6
  • 66
  • 101
nitin kachhadiya
  • 959
  • 2
  • 9
  • 21

1 Answers1

0

Extensions are additional targets in an existing iOS project. Open or create an iOS Project. Add a new target: File:Target select Application Extension.

zaph
  • 111,848
  • 21
  • 189
  • 228