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 Split()?

Is there any way to split strings in objective c into arrays? I mean like this - input string Yes:0:42:…

iphone objective-c function split
How to change inactive icon/text color on tab bar?

How can I change inactive icon/text color on iOS 7 tab bar? The one in gray color.

ios objective-c uitabbarcontroller uitabbar uitabbaritem
How to insert Cell in UICollectionVIew Programmatically?

I have a UICollectionView and it works fine, but I want to add a few UICollectionViewCells items programmatically into the …

ios objective-c collectionview
Finding out whether a string is numeric or not

How can we check if a string is made up of numbers only. I am taking out a substring from …

iphone objective-c cocoa-touch ios nsstring
How to use custom delegates in Objective-C

I need to know about the usage of delegate methods in Objective-C. Can anyone point me to the correct source?

objective-c cocoa-touch delegates
How to customize the callout bubble for MKAnnotationView?

I'm currently working with the mapkit and am stuck. I have a custom annotation view I am using, and I …

ios objective-c mapkit mkmapview mkannotationview
Swift native base class or NSObject

I tested out some isa swizzling with Swift, and found that it only works when NSObject is a super-class (directly …

objective-c swift objective-c-runtime
Objective C, Thread 1 Program Received Signal SIGABRT

I am trying to compile and run a simple tutorial for an Objective C app using Interface Builder. I am …

ios objective-c xcode4 xib sigabrt
didRegisterForRemoteNotificationsWithDeviceToken not called in ios8, but didRegister...Settings is

I followed this thread, but the method didRegisterForRemoteNotificationsWithDeviceToken is still not called : the documentation says : After you call the registerForRemoteNotifications …

ios objective-c apple-push-notifications ios13
IOS: one IBAction for multiple buttons

In my project I must control action of 40 buttons, but I don't want to create 40 IBAction, can I use only …

ios objective-c ibaction