Top "Xcode6" questions

Xcode 6 is Apple's integrated development environment (IDE).

How to get textLabel of selected row in swift?

So i am trying to get the value of the textLabel of the row I select. I tried printing it, …

uitableview swift ios8 tableview xcode6
Swift performSelector:withObject:afterDelay: is unavailable

I have an app in Objective C that I'm transitioning to Swift. In Objective C, I have this method: [self.…

ios objective-c swift xcode6
Swift Beta performance: sorting arrays

I was implementing an algorithm in Swift Beta and noticed that the performance was very poor. After digging deeper I …

swift performance sorting xcode6 compiler-optimization
How to print to console using swift playground?

I have been following the Apple Guide for their new language swift, but I don't understand why the bar on …

xcode6 swift swift-playground
Why isn't ProjectName-Prefix.pch created automatically in Xcode 6?

Why isn't ProjectName-Prefix.pch created automatically in Xcode 6 ? Is the precompile header no longer needed ? Where should I write the …

ios xcode xcode6
'Framework not found' in Xcode

I know this has been asked a couple of times. I followed instructions from these ones: Adding frameworks to project …

ios xcode xcode6 ios-frameworks
My prerelease app has been "processing" for over a week in iTunes Connect, what gives?

I used Xcode 6.1.1 to upload a new version of a prerelease app to iTunes Connect so I could distribute it …

ios xcode6 app-store-connect testflight
What's the difference between all the Selection Segues?

Show Show Detail Present Modally Popover presentation Custom What is the difference between them? I couldn't find any documentation on …

ios ios8 xcode6 segue
Xcode 6 Storyboard the wrong size?

Built a new project from scratch in Swift in Xcode 6 (Beta 1) and have seen some strange behaviour with Storyboards and …

ios iphone interface-builder xcode6
how to save and read array of array in NSUserdefaults in swift?

I need create an array to add objects with this format like a dictionary in Swift : ["key1": "value1", "key2": "value2"] …

swift nsuserdefaults xcode6