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.

Xcode6: IBDesignable and IBInspectable with Objective-C

I have an Objective-C UI component that I'd like to make inspectable in Interface Builder with Xcode 6. Swift has the @…

objective-c swift xcode6
Moving UITabBarItem Image down?

Normally on each tab of a UITabBar you have a small image and a title naming the tab. The image …

iphone objective-c cocoa-touch uitabbar uitabbaritem
Getting username and profile picture from Facebook iOS 7

I have read a lot of tutorials about getting information from Facebook, but I have failed so far. I just …

ios objective-c facebook facebook-graph-api
get UDID of IOS device programmatically?

I want to get UDID of iOS device programmatically. I am using the following code to get UDID of iOS …

ios objective-c iphone udid
How to create an alert box in iphone?

I would like to make an alert type box so that when the user tries to delete something, it says, "…

iphone objective-c ios uialertview
UIScrollview getting touch events

How can I detect touch points in my UIScrollView? The touches delegate methods are not working.

objective-c ios cocoa-touch uiscrollview uitouch
Find current country from iPhone device

I have to get the current country in the iPhone settings. Can anyone tell me how to get the current …

ios objective-c iphone application-settings appsettings
Conditionally start at different places in storyboard from AppDelegate

I have a storyboard set up with working login and main view controller, the latter is the view controller to …

objective-c storyboard uiapplicationdelegate segue
Reload UITableView when navigating back?

I have a top level UIViewController that contains a UITableView. The top level UIViewController instantiates a NavigationController, and pushes another …

iphone objective-c navigation
NSSet to NSArray casting calling objectAtIndex?

I'm trying to update an MKMapView by removing all annotations outside the visible area, and adding and removing some annotations …

objective-c ios nsarray mkmapview nsset