I\'ve got an iPhone application with a UITableView menu. When a row in the table is selected, the appropriate view controller is pushed onto the application\'s UINavigationController stack.
I struggle with Core Data on the iPhone about the following: I have a 1-to-many relationship in Core Data. Assume the entities are called recipe and category. A category can have many recipes.
Does anyone have any idea on how the developers of the reddit iphone application created the browser buttons which appear in the navigation bar when viewing external sites?
I am having a terrible time trying to get an input box like the one in the SMS app. Can anyone offer some guidance on how to build one of these and make it look good? I need an input box that is sha
I have an app that uses a tableview, along with a UIButton that I add as a subview to each custom cell, like this:
Is there a way to specify the size of a UIAlert b开发者_StackOverflow中文版utton? Is there a way to specify the layout of buttons on UIAlert?Like having three buttons next to each other and a cancel
I\'m looking for method to add gradually fadingor maybe blured border (I don\'t exactly know how to name this effect) to arbitrary UIView. I don\'t need animated effect, I need static effect, for exam
I want to get the complete url of selected image from photo library in iphone to NSString. Is it possible
So, I have a UIView subclass called MovableBlock. It overrides touchesBegan, touchesMoved, touchesEnded and touchesCancelled. The moving about part works just fine.
I have a navigation controller with a controller A having a UITextField. In another controller view B, I call a public method on the controller A to clear the text on the UITextField.