Top "Objective-c" questions

This tag should be used only on questions that are about Objective-C features or depend on code in the language.

Sqlite File Location Core Data

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-data
Implementing a splash screen in iOS

I'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-views
Calculating UILabel Text Size

I am drawing UILabels programmatically. They get their sizes from a database. So I cannot just use sizeToFit. I have …

ios objective-c uilabel frame
How do I use a UISegmentedControl to switch views?

I'm trying to figure out how to use the different states of a UISegmentedControl to switch views, similar to how …

ios objective-c iphone uisegmentedcontrol
Save An Image To Application Documents Folder From UIView On IOS

I have a UIImageView that allows a user to place and hold an image until it can be saved. The …

objective-c swift uiimageview save
Custom UITableViewCell selection style?

When 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 selection
Method Syntax in Objective-C

Can someone explain this method declaration syntax for me? In this function, the number of rows of a UIPickerView (slot …

objective-c syntax methods
iOS multiline label in Interface builder

How 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-breaks
Finding a substring in a NSString object

I have an NSString object and I want to make a substring from it, by locating a word. For example, …

objective-c string nsstring substring
UITextfield leftView/rightView padding on iOS7

The leftView and rightView views of an UITextField on iOS7 are really close to the textfield border. How may I …

ios objective-c uitextfield