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.

UIWebView delegate method shouldStartLoadWithRequest: equivalent in WKWebView?

I have a module inside my iOS 7+ app which is a UIWebView. The html page loads a javascript that creates …

ios objective-c uiwebview wkwebview
Target pattern contains no '%'. Makefile

I have searched this problem in google, but still don't have some way to resolve a problem. I have 2 Makefiles: …

objective-c macos binding xamarin.ios makefile
Detecting UIScrollView page change

Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?

iphone objective-c ipad uiscrollview uiscrollviewdelegate
ARC forbids Objective-C objects in structs or unions despite marking the file -fno-objc-arc

ARC forbids Objective-C objects in structs or unions despite marking the file -fno-objc-arc? Why is this so? I had the …

iphone objective-c struct ios5 automatic-ref-counting
Got a EXC_CORPSE_NOTIFY symbol crash, how to track it?

Here's the whole crash log. What's the meaning of EXC_CORPSE_NOTIFY exception notice? I have to replace some strings …

ios objective-c crash nsarray
Add UIGestureRecognizer to swipe left to right right to left my views

I have a UIStoryboard with different UIViewControllers, I would like to add another UIViewController (like a dashboard) that when the …

ios objective-c uiviewcontroller uigesturerecognizer swipe-gesture
NSDictionary With Integer Values

I'm working on a game with monsters. Each one has a list of stats that are all going to be …

objective-c int nsdictionary
Objective C: How to upload image and text using HTTP POST?

I've successfully created two different methods where each of them can upload either an image or text. But I am …

iphone objective-c ipad file-upload http-post
URLWithString: returns nil

it may be very easy, but I don't seems to find out why is URLWithString: returning nil here. //localisationName is …

iphone objective-c url nsstring nsurl
How to localize an iOS storyboard

I've an iPhone storyboard with some views. For instance, a navigation item title is named News, which should be translated …

objective-c ios nslocalizedstring uistoryboard