This tag should be used only on questions that are about Objective-C features or depend on code in the language.
What I'm using the tap event for is very time-sensitive, so I'm curious if it's possible to make UITapGestureRecognizer activate …
ios objective-c swift uitapgesturerecognizerWhen working with views and view controllers in an iPhone app, can anyone explain the difference between loadView and viewDidLoad? …
ios objective-c iphone uiviewI am not using a UIViewController from a storyboard and I want to have a custom init function where I …
ios objective-c uiviewcontroller swift ios8I have an UIPickerView with 3 components populated with 2 NSMutableArrays (2 components have the same array). A tutorial says: //PickerViewController.m - (…
iphone objective-c cocoa-touch uipickerviewCan I use a class category to override a method that is already implemented using a category? Like this: 1) Original …
objective-c categoriesDoes a method get called when a UISlider's value changes? I want to be able to update a value based …
objective-c uisliderStarting to learn about core data and dispatch_async. There is a block of code to get url of image …
objective-c ios grand-central-dispatchHow would one convert the following to Swift from Objective-C? if (myVar) return; Swift does not use parentheses around the …
ios objective-c swift swift3 swift4i am new to ios. I need to know the current view controller from app delegate.. i have no idea …
ios objective-c delegates appdelegateHow can I turn the iPhone's LED camera flash on/off programatically?
ios objective-c iphone ios-camera