This tag should be used only on questions that are about Objective-C features or depend on code in the language.
In Swift, I see some methods like: @objc private func doubleTapGestureRecognized(recognizer: UITapGestureRecognizer) I was wondering, when to use @objc? …
ios objective-c swift selector privateI have this enum with String values, which will be used to tell an API method that logs to a …
objective-c swift enums interopAlright, I have a couple of UITextFields and UITextViews inside a UIScrollView, and I'd like to set the keyboard to …
ios objective-c swift uiscrollview keyboardIn iPhone App on click of table view cell I want to display Table view cell Accessory type Check mark …
iphone objective-c uitableview ios4Hello I am using the SDWebImage framework in a project and I want to download and cache images, but I …
objective-c uiimage sdwebimageI Want to implement custom font in my app. So i have added that in my Project Source code. I …
iphone ios objective-c xcode4.2I'm trying to create a UISlider that lets you choose from an array of numbers. Each slider position should be …
ios objective-c iphone xcode uisliderWith the introduction of iOS 7, applications have to request microphone access when they want to record audio. How do I …
ios objective-c swift microphone avaudiosessionDoes anyone know where I can find a good explanation/tutorial of what and how an application delegate works in …
ios objective-c delegatesI'm using UISearchBar when I input text on UISearchBar the keyboard shows. At that time, keyboard return key is "Search". …
iphone objective-c uisearchbar keyboard-events