This tag should be used only on questions that are about Objective-C features or depend on code in the language.
Is it possible to auto-resize the UILabel box/bounds to fit the contained text? (I don't care if it ends …
ios iphone objective-c uilabelI was wondering if it's possible to determine what kind of iPhone (for example) the currentdevice is? I know it's …
ios objective-c iphone ipadWith a huge influx of newbies to Xcode, I'm sure there are lots of Xcode tips and tricks to be …
objective-c xcode macos cocoaI am programming an iPhone app, and I need to force it to exit due to certain user actions. After …
ios objective-c iphone cocoa-touch ipadIs it possible to reduce the gap between text, when put in multiple lines in a UILabel? We can set …
objective-c swift xcode uilabel line-spacingI currently have a UILabel: factLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 100, 280, 100)]; factLabel.text = @"some text some text some text some text"; …
ios objective-c fonts uilabelWhat I am trying to do is click a button (that was created in code) and have it call up …
ios objective-c uiviewcontroller appdelegateI am using push notification service in my app. When app is in background I am able to see notification …
iphone ios objective-c push-notificationI can't get rid of this error! I have tried all sorts of things like clearing Derived Data(Preferences->…
ios objective-c xcode xcode8 carthageI am displaying in a group tableview contents parsed from XML. I want to disable the click event on it (…
ios iphone objective-c uitableview