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.

How to set UILabel only width and height and constraints programmatically

I want to create a UILabel programmatically with height, width and then I want to add constraints to it also …

ios objective-c uilabel nslayoutconstraint
How do I add object to NSMutableDictionary with key?

I have a plist. I want add the elememts from that plist to a mutable dictionary. First I check the …

ios objective-c nsdictionary nsmutabledictionary
Auto layout UIScrollView with subviews with dynamic heights

I'm having troubles with UIScrollView using auto layout constraints. I have the following view hierarchy, with constraints set through IB: …

ios objective-c uiscrollview autolayout
remove all subLayers from a view

In an animation I added a lot of sublayers to a view, with: [self.view.layer addSublayer:layer1]; [self.view.…

ios objective-c calayer
How can I create a big, red UIButton with iOS?

Using iOS, how would I go about creating a red "delete" button similar to the one used when deleting contacts …

ios objective-c uitableview uibutton
UITableViewCell expand on click

Lets say we have a custom UITableViewCell So whenever I click custom button on cell.. it should expand to the …

iphone objective-c uitableview uibutton
swift failed with exit code 1 while compiling in Xcode - possibly related to Bridging-Headers

I have an Obj-C Project I'm trying to migrate to Swift. I did succeed with various classes but recently ran …

ios objective-c swift core-plot
NSPredicate to test for NULL, and blank strings

I have an NSArray and need to filter out any strings that are null or rather, have ' ' (empty …

ios objective-c nspredicate
Iphone: Get current view dimensions or screen dimensions

Hello i want to get the width and height of my main view. I want the correct value in landscape …

iphone objective-c screen dimensions
Format UILabel with bullet points?

Is it possible to format the text in a UILabel to show a bullet point? If so, How can I …

ios objective-c swift uilabel bullet