I would like to keep the border at the bottom part only in UITextField. But I don't know how we can keep
Many classes in Cocoa/Cocoa Touch have the NS prefix. What does it mean?
I am attempting to send and receive messages through NSNotificationCenter in Objective-C. However, I haven&apo
How do I test if an NSString is empty in Objective-C?
I am creating a free version of my iPhone game. I want to have a button inside the free version that takes peo
My application uses an UITextView. Now I want the UITextView to have a placeholder similar to the one you can
I know how delegates work, and I know how I can use them. But how do I create them?
Is there a way to call a block with a primitive parameter after a delay, like using performSelector:withObject
I want to check if the iOS version of the device is greater than 3.1.3 I tried things like: [[UIDevice curren
I'm updating an old app with an AdBannerView and when there is no ad, it slides off screen. When there is
I'm developing a Cocoa application, and I'm using constant NSStrings as ways to store key names for
How can I check if a string (NSString) contains another smaller string? I was hoping for something like: NSS
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