This tag should be used only on questions that are about Objective-C features or depend on code in the language.
I have written a library in Swift and I wasn't able to import it to my current project, written in …
objective-c import swiftI'm trying to load a html file into my UIWebView but it won't work. Here's the stage: I have a …
ios objective-c iphone cocoa-touch uiwebviewMy iOS app uses a custom height for the UINavigationBar which leads to some problems on the new iPhone X. …
ios objective-c iphone iphone-xI am working on a project on which I have to preselect a particular cell. I can preselect a cell …
ios objective-c iphone uitableview interface-builderIs there a way to determine the device running an application. I want to distinguish between iPhone and iPod Touch, …
ios objective-c iphone ipod-touchI have an app that sometimes needs its navigation bar to blend in with the content. Does anyone know how …
ios objective-c swift ipad uinavigationbarIs there a way to print value of Boolean flag in NSLog?
ios objective-c cocoa-touchAs someone that's new to Objective-C can someone give me an overview of the retain, assign, copy and any others …
ios objective-c iphone memory-managementI am wondering how to convert an NSArray [@"Apple", @"Pear ", 323, @"Orange"] to a string in Objective-C.
objective-c arrays nsstring nsarrayIn the AppDelegate, I'm alloc'ing an instance defined in a static library. This instance has an NSString property set a "…
objective-c iphone cocoa-touch memory-management static-libraries