Top "Objective-c" questions

This tag should be used only on questions that are about Objective-C features or depend on code in the language.

Adjust UIButton font size to width

I have the following code: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(0.0, 0.0, 25, 25); [[button layer] setCornerRadius:5.0f]; [[button layer] setMasksToBounds:…

ios objective-c
Programmatically call navigation controller back button on iOS

In a UINavigationController-based iPhone app, in a method I would like to perform the programmatic equivalent of the back button …

ios objective-c button uinavigationcontroller
How to ENABLE_BITCODE in Xcode 7?

I'm developing with parse.com and I get this problem upgrading to Xcode 7. Some Parse Frameworks are not fully working. …

ios objective-c xcode parse-platform frameworks
What is the best way to unit test Objective-C code?

What frameworks exist to unit test Objective-C code? I would like a framework that integrates nicely with Apple Xcode.

objective-c cocoa unit-testing xcode
How can I get the UITableView scroll position so I can save it?

Is there any way to find out which UITableViewCell is at the top of the scroll window? I'd like to …

iphone objective-c uitableview uiscrollview
Phone number formatting on iOS

I have a text field where the user enters data. It's a phone number field. If the user enters 1234567890, I …

objective-c ios cocoa-touch phone-number number-formatting
How to change inside background color of UISearchBar component on iOS

I know how to remove/change UISearchBar background color around search field: [[self.searchBar.subviews objectAtIndex:0] removeFromSuperview]; self.searchBar.backgroundColor = […

ios objective-c customization uisearchbar background-color
iPhone - UILabel containing text with multiple fonts at the same time

I am looking for a way to use a UILabel (or something similar) to display something like this: Tom: Some …

iphone objective-c uilabel
Best practice? - Array/Dictionary as a Core Data Entity Attribute

I am new to Core Data. I have noticed that collection types are not available as attribute types and would …

objective-c ios core-data nsarray nsdictionary
how to get ip address of iphone programmatically

I got a webserver up and running in iphone by using Mongoose. But the problem is how can I get …

iphone objective-c ipad ip-address