I have been working to create a UIAlertView in Swift, but for some reason I can't get the statement right
The Swift Programming Language guide has the following example: class Person { let name: String init
Fellow devs, I am having trouble with AutoLayout in Interface Builder (Xcode 5 / iOS 7). It's very basic
I've gone through the iBook from Apple, and couldn't find any definition of it: Can someone explain
weak references don't seem to work in Swift unless a protocol is declared as @objc, which I don't wa
I'm trying to work out an appropriate singleton model for usage in Swift. So far, I've been able to
How can I detect any text changes in a textField? The delegate method shouldChangeCharactersInRange works for
This crash has been a blocking issue I used the following steps to reproduce the issue: Create a Cocoa Touch
Will Swift-based applications work on OS X 10.9 (Mavericks)/iOS 7 and lower? For example, I have a machine ru
I just created a new Swift project within Xcode. I am wondering which version of Swift it's using. How
I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This wor
I'm trying to create an NSTimer in Swift but I'm having some trouble. NSTimer(timeInterval: 1, targ
In C/C++/Objective C you can define a macro using compiler preprocessors. Moreover, you can include/exclude so
I was implementing an algorithm in Swift Beta and noticed that the performance was very poor. After digging de
In Objective C, I can use #pragma mark to mark sections of my code in the symbol navigator. Since this is a C
In Swift, how does one call Objective-C code? Apple mentioned that they could co-exist in one application, bu
I'm new to iOS and Objective-C and the whole MVC paradigm and I'm stuck with the following: I have a
I just recently upgraded to npm@5. I now have a package-lock.json file with everything from package.json. I