This tag should be used only on questions that are about Objective-C features or depend on code in the language.
Typically, the sqlite store file for core data apps is located in Library>Application Support>iPhone Simulator>7.1(…
ios objective-c swift sqlite core-dataI'm quite a newbie in Cocoa, Objective-C and iOS development. I'd like to implement a View that is just a …
objective-c ios splash-screen multiple-viewsI am drawing UILabels programmatically. They get their sizes from a database. So I cannot just use sizeToFit. I have …
ios objective-c uilabel frameI'm trying to figure out how to use the different states of a UISegmentedControl to switch views, similar to how …
ios objective-c iphone uisegmentedcontrolI have a UIImageView that allows a user to place and hold an image until it can be saved. The …
objective-c swift uiimageview saveWhen I click on my UITableViewCell, the background part (the areas that my background image doesn't cover) turns blue when …
ios objective-c uitableview click selectionCan someone explain this method declaration syntax for me? In this function, the number of rows of a UIPickerView (slot …
objective-c syntax methodsHow can I make a multiline UILabel in interface builder for iOS? I tried the UITextView but it didn't quite …
ios objective-c swift uilabel line-breaksI have an NSString object and I want to make a substring from it, by locating a word. For example, …
objective-c string nsstring substringThe leftView and rightView views of an UITextField on iOS7 are really close to the textfield border. How may I …
ios objective-c uitextfield