I am testing my iPhone application on an iOS 3.1.3 iPhone. I am selecting/capturing an image using a UIImagePickerController: UIImagePickerController *imagePicker = [...
I have a UIImageView and the objective is to scale it down proportionally by giving it either a height or width. UIImage *image ...
-
May 12, 2022
- 0 Comments
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, ...
-
May 12, 2022
- 0 Comments
How can I change color of a section header in UITableView? EDIT: The answer provided by DJ-S should be considered for iOS 6 ...
-
May 12, 2022
- 0 Comments
Basically, as the title says. I’m wondering how I could add 1 day to an NSDate. So if it were: 21st February 2011 ...
-
May 11, 2022
- 0 Comments
I’m trying to draw a shadow under the bottom edge of a UIView in Cocoa Touch. I understand that I should use CGContextSetShadow() ...
-
May 11, 2022
- 0 Comments
I’m having an issue with UITableView's didSelectRowAtIndexPath. My table is setup so that when I select row it initializes a new view controller ...
-
May 11, 2022
- 0 Comments
I submitted my app a little over a week ago and got the dreaded rejection email today. It tells me that my app ...
-
May 11, 2022
- 0 Comments
I have designed my custom Cell in IB, subclassed it and connected my outlets to my custom class. I have three subviews in ...
-
May 11, 2022
- 0 Comments
I read here Learn C Before Objective-C? Usually I then replace some Obj-C code with pure C code (after all you can mix ...
-
May 10, 2022
- 0 Comments