This tag should be used only on questions that are about Objective-C features or depend on code in the language.
when you tap on a cell the row gets selected and highlighted.Now what i want to do is disable …
ios objective-c uitableviewBeen having my first crack at Core Data and I'm getting the following error when running my code on my …
objective-c ios core-dataI'm trying to draw images on the iPhone using with rounded corners, a la the contact images in the Contacts …
iphone objective-c cocoa-touch image-manipulationI have an UIAlertView which is getting shown perfectly in iOS 7 but in iOS 8, it does not show any buttons …
ios objective-c ios8 uialertviewUIFont has methods to get regular font (systemFontOfSize) or bold font (boldSystemFontOfSize), but how to get a "thin system font" …
ios objective-c swift uikit uifontI would like to use regular expression to find every instances of a regular expression pattern I.e. &*; in …
objective-c ios regex ios5I'm trying to wrap my head around some of the differences in usage and syntax in C vs. Objective-C. In …
objective-c c pointers dot-operatorNow it's white dots with black background. What about if I want it to be black dots with white backgrounds? …
ios objective-c uipageviewcontrollerI always try to present a popover from a cell inside a tableView this way: [myPopover presentPopoverFromRect:cell.frame inView:…
objective-c ipad uipopovercontroller popoverWhat does @private mean in Objective-C?
ios objective-c cocoa private