This tag should be used only on questions that are about Objective-C features or depend on code in the language.
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 wkwebviewI 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 makefileIs there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
iphone objective-c ipad uiscrollview uiscrollviewdelegateARC 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-countingHere'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 nsarrayI 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-gestureI'm working on a game with monsters. Each one has a list of stats that are all going to be …
objective-c int nsdictionaryI'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-postit 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 nsurlI'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