This tag should be used only on questions that are about Objective-C features or depend on code in the language.
What is the best way to copy text to the iPhone's clipboard in your application? Their docs are sketchy and …
ios objective-c copy clipboardI am trying to have a transparent navigation bar in IOS 7 app. There is a full screen image in my …
ios objective-c uitableview uinavigationbarHow can I adjust the "z"-positions of objects (e.g. sending UIImageViews to the front/back) in the integrated …
objective-c iphone xcode interface-builderI try to change font color from white to black for UISegmentedControl (for iOS 4.*) UISegmentedControl *button = [[[UISegmentedControl alloc] initWithItems:[NSArray …
iphone objective-c cocoa-touch uisegmentedcontrolI'm trying to rotate an UIView a few radians but after applying the transformation it doesn't look to be keeping …
ios objective-c uiview rotationHow can I go about finding out the rect (CGRect) of the content of a displayed view that is actually …
objective-c iphone uiscrollviewI have the following ViewController: class PageContentViewController: UIViewController { var pageIndex: Int } How would I access pageIndex from another ViewController? I …
ios objective-c swift uipageviewcontrollerI am new in auto layout. I have done all of my project from xib file, but now I faced …
ios objective-c swift autolayout nslayoutconstraintI am developing an iPhone alarm app based on local notifications. On deleting an alarm, the related local notification should …
objective-c iphone uilocalnotification usernotificationsI'm working on some custom UIView-based input controls, and I'm trying to ascertain proper practice for setting up the view. …
ios objective-c cocoa-touch uiview