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.

Objective-C function with default parameters?

Possible Duplicates: Optional arguments in Objective-C 2.0? Objective-C Default Argument Value I'm writing a C function in Objective-C. I want a …

objective-c function parameters default-value
Custom size for Modal View loaded with Form Sheet presentation

I'm trying to load a UIViewController in iPad with Form Sheet presentation. The problem is the size of this new …

ios objective-c ipad uipresentationcontroller
UIDatePicker select Month and Year

I need a UIDatePicker for selecting Month and Year only. I checked the class reference documents. Looks like UIDatePicker is …

ios objective-c uikit uipickerview uidatepicker
looping through an NSMutableDictionary

How do I loop through all objects in a NSMutableDictionary regardless of the keys?

objective-c ios nsmutabledictionary
Get Slightly Lighter and Darker Color from UIColor

I was looking to be able to turn any UIColor into a gradient. The way I am intending to do …

objective-c ios core-graphics gradient uicolor
Does every Core Data Relationship have to have an Inverse?

Let's say I have two Entity classes: SocialApp and SocialAppType In SocialApp I have one Attribute: appURL and one Relationship: …

objective-c core-data
Getting an error from push notification

In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I …

iphone objective-c apple-push-notifications
@property and @synthesize in objective-c

While I was playing and figure out how things work in https://github.com/enormego/EGOTableViewPullRefresh I found mysterious of @…

objective-c properties synthesis
When to use dequeueReusableCellWithIdentifier vs dequeueReusableCellWithIdentifier : forIndexPath

There are two overloads for dequeueReusableCellWithIdentifier and I'm trying to determine when should I use one vs the other? The …

ios objective-c swift
NSDictionary Key For Value/Object?

Can we get the key for an object in an NSDictionary by passing a particular value or object?

objective-c cocoa-touch ios nsdictionary