Top "Xcode6" questions

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

iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta

This crash has been a blocking issue I used the following steps to reproduce the issue: Create a Cocoa Touch …

ios swift crash xcode6 dyld
Changing the Status Bar Color for specific ViewControllers using Swift in iOS8

override func preferredStatusBarStyle() -> UIStatusBarStyle { return UIStatusBarStyle.LightContent; } Using the above code in any ViewController to set the statusBar …

swift uiviewcontroller ios8 xcode6 statusbar
Xcode 6 Bug: Unknown class in Interface Builder file

I upgraded to Xcode 6 beta 4 and now my App continuously crashes with the message Unknown class X in Interface Builder …

ios xcode xcode6 interface-builder uistoryboard
Programmatically navigate to another view controller/scene

I got an error message during navigating from first view controller to second view controller. My coding is like this …

ios swift uiviewcontroller uinavigationcontroller xcode6
How do I change UIView Size?

I have trouble with modifying my UIView height at launch. I have to UIView and I want one to be …

uiview swift height xcode6
Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."

I have an application which works fine on Xcode6-Beta1 and Xcode6-Beta2 with both iOS7 and iOS8. But with …

ios8 ios-simulator xcode6 xcode6-beta5
Move a view up only when the keyboard covers an input field

I am trying to build an input screen for the iPhone. The screen has a number of input fields. Most …

ios swift keyboard xcode6
How do I import a Swift file from another Swift file?

I simply want to include my Swift class from another file, like its test PrimeNumberModel.swift import Foundation class PrimeNumberModel { } …

swift xcode6
Change tab bar item selected color in a storyboard

I want to change my tab bar items to be pink when selected instead of the default blue. How can …

ios xcode xcode6 uitabbar uitabbaritem
How to set textColor of UILabel in Swift

When I try setting the color of a UILabel to the color of another UILabel using the code myLabel.textColor = …

iphone swift uilabel xcode6 textcolor