I'm getting the following warning by the ARC compiler: "performSelector may cause a leak because its sel
What I want to do seems pretty simple, but I can't find any answers on the web. I have an NSMutableArray
With the iOS SDK: I have a UIView with UITextFields that bring up a keyboard. I need it to be able to: Allow s
What do atomic and nonatomic mean in property declarations? @property(nonatomic, retain) UITextField *userNam
I have an app that sometimes needs its navigation bar to blend in with the content. Does anyone know how to
I've gone through the iBook from Apple, and couldn't find any definition of it: Can someone explain
How can I detect any text changes in a textField? The delegate method shouldChangeCharactersInRange works for
I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This wor
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
What's the best way of checking if an object property in JavaScript is undefined?
I'm trying to write a function that either accepts a list of strings, or a single string. If it's a
I have an object x. I'd like to copy it as object y, such that changes to y do not modify x. I realized t
How do I check if a particular key exists in a JavaScript object or array? If a key doesn't exist, and I
After an AJAX request, sometimes my application may return an empty object, like: var a = {}; How can I che
What is the most concise and efficient way to find out if a JavaScript array contains a value? This is the onl