0
votes
1answer
22 views
Load a new view on click of a button
i have placed two button in navigation controller on click of each button it should open new view , how to load a new view on click of a button
0
votes
0answers
40 views
Convert bitmap to PNG or JPG using Objective C
Anyone knows how to convert a bitmap to PNG or JPG using Objective C assuming I have
CGImageRef imageRef;
0
votes
1answer
38 views
How to remember and load selected date in UIDatePicker?
I have a UIDatePicker that well, allows you to select a date (not time). I then save this NSDate and use display it in a label on a different view. However, when I load back the view with the …
2
votes
1answer
67 views
screen capture using objective c for mac
anyone has any idea how can i capture screen using objective c in mac os?
to be more specific, how can i capture the active / focused application screen then create an image into a specified path.
…
0
votes
1answer
97 views
iphone gps cllocation and making variables globally accessible
Hi,
I'm pretty new to iPhone development and have been trying to work out how to include GPS information into an app I'm working on.
I've gone through the HelloThere tutorial, which is a great …
0
votes
2answers
103 views
NSMutableString stringByReplacingOccurrencesOfString Warning
I've got an RSS parser method and I need to remove whitespace and other nonsense from my extracted html summary. I've got a NSMutableString type 'currentSummary'. When I call:
currentSummary = …
0
votes
1answer
32 views
Objective C error during parsing JSON
What does this error mean?
initializer is not constant
Thank you for your help
0
votes
1answer
56 views
Scrolling in Open GL ES
Hi,
I would like to scroll an object in my iPhone Screen. I am using OpenGL ES. It is not like a background scrolling that occurs in a game. It is just like, when the user touches it and scrolls …
0
votes
1answer
42 views
How to ensure no memory leak for Objective-C class that is called by many other class.
I have the following controller class which will do different tasks based on combination of the flag and param property. The value of these two properties will be set by many other classes having a …
2
votes
4answers
115 views
How important is the usage of string resources? When is it appropriate/inappropriate to use/not use them?
My work has a policy (in a different department) that reads roughly as follows:
When applicable, store strings in String resources. If dynamic strings are needed use indexed place holders.
Don't do …
8
votes
9answers
419 views
How to get a positive mental attitude towards testing?
I want to write tests for my app, though each time I look at rspec.info, I really don't see a definite path to take towards "doing things right" and testing first. I watched the peepcode videos on …
0
votes
3answers
322 views
Migrating from Stingray Objective Toolkit
We have a collection of commercial MFC/C++ applications which we sell using Stingray Objective Toolkit, we have source code license and have ported it in the past to Solaris/IRIX/HP-UX/AIX using …
