Top "Xcode6" questions

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

Swift - Problems with corner radius and drop shadow

I'm trying to create a button with rounded corners and a drop shadow. No matter how I switch up, the …

ios swift shadow xcode6 cornerradius
How do I create a category in Xcode 6 or higher?

I want to create a category on UIColor in my app using Xcode 6. But the thing is that in Xcode 6 …

ios objective-c categories xcode6
Apple Mach -O Linker command failed

After updating my POD install, Xcode sprouted a new issue:

ios xcode xcode6 linker-errors duplicate-symbol
How to create ipa in xcode 6 without Apple Developer account?

Need to generate .ipa file for Ad-Hoc distribution. Client has provided only certificates, private keys and provisioning profiles which were …

ios xcode6 ipa ad-hoc-distribution apple-id
UIScrollView not scrolling in Swift

My UIScrollView won't scroll down. I don't know why. I already followed Apple documentation regarding to this issue. @IBOutlet weak …

ios swift uiscrollview xcode6
PCH File in Xcode 6

In my previous projects, I can find the .pch file under Supporting Files. But now in Xcode 6, I couldn't find …

xcode6 pch
Adaptive segue in storyboard Xcode 6. Is push deprecated?

Xcode 6 interface builder by default has new checkbox "use size classes". It makes views adaptive. When I try to make …

storyboard push ios8 xcode6
How to create an Empty Application in Xcode without Storyboard

Xcode6 has removed the Empty Application template when creating a new project. How can we create an empty application (without …

ios xcode storyboard xcode6
How do I set UIButton background color forState: UIControlState.Highlighted in Swift

I can set the background color for a button but I can't work out how to set the background color …

ios swift uibutton xcode6
iOS app submission : missing 64-bit support

I sent an app yesterday for review, with no problem. I then realized that I had a very little fix …

ios architecture app-store xcode6 arm64