0
votes
1answer
318 views
Can I localize a UIDatePicker?
I'm trying to localize a UIDatePicker. Apple's docs say that it should autodetect the current locale, yet the language stays the same, no matter what language I select. What do I have to do?
1
vote
7answers
2k views
Xcode 3.1.3 - Organizer The device is not activated. Please activate it using iTunes
Hello,
I recently upgraded my XCode SDK to version 3.1.3 and my iphone OS to 3.0. It is important to note that everything was working fine when i had os version 2.2.1 in my iPhone. My iPhone Touch …
4
votes
7answers
355 views
iPhone OS 3.1.3 does not work with Xcode 3.2.1. Do I have to install SDK 3.2 BETA?
Same as the title. Do I have to install SDK 3.2 BETA to work with OS 3.1.3?
I really want to avoid to install BETA on my main workstation. No other way?
I'm also thinking about rollback to OS 3.1.2 …
0
votes
1answer
15 views
iPhone context: How do i extract palette information from an image?
Hi everybody: i want to take a picture and retrieve the main color analyzing its palette (i think this should be the easiest way), but i don't know really where to start.
0
votes
3answers
48 views
Any way to pre populate core data?
Hi all, ive been creating a list app and backing it with core data. I would like to have a default list of say 10 airport items so that the user doesnt have to start from scratch. Is there any way to …
0
votes
2answers
26 views
Concatenating NSStrings in Objective C
How do I concatenate to NSStrings together in Objective C?
0
votes
3answers
19 views
Transparent Buttons in iPhone SDK
Hello!
I'm trying to create a transparent button in my iPhone app -- to create an Easter Egg of sorts. How would I go about setting the button to be transparent without touching the alpha (when alpha …
0
votes
1answer
5 views
Sqlite iPhone “unknown error”
Strangely my app works in the simulator.
When run in debug on my iTouch, I get the error , "Unknown Error" when I try to run a "Update" sql command.
I can read from the SQLite db fine though. The …
2
votes
5answers
633 views
Downloading multiple files in iphone app(Objective c)
In my iPhone app I want to download multiple files which are on IIS with authentication. On a button click i want to start the downloading process.
I know how to download a file with authentication.
…
0
votes
1answer
7 views
how do I set up an iphone development certificate for ANOTHER mac
I went through the process of setting this up once, but now I need to make it so we can develop on two Macs with the one account. all walkthroughs tell me to
create a signing request or something on …
1
vote
1answer
23 views
iPhone Splash: “Default.png” displays on simulator but not the iPhone
Hi there,
I'm trying to give my iPhone a splash screen.
I've placed Default.png in my resources group. When I run the simulator it is displayed as expected, however when I install my application to …
1
vote
2answers
29 views
How to add commas to number every 3 digits in Objective C?
If I have a number int aNum = 2000000 how do I format this so that I can display it as the NSString 2,000,000?
3
votes
4answers
926 views
Checking if a UIViewController is about to get Popped from a navigation stack?
Hey guys,
I need to know when my view controller is about to get popped from a nav stack so I can perform an action.
I can't use -viewWillDisappear, because that gets called when the view controller …
0
votes
1answer
18 views
OpenGL ES draw texture into frame buffer object
Is there a trick to rendering a textured quad into a frame buffer object, then displaying it on the screen?
Draw method to render texture into FBO:
glBindFramebufferOES(GL_FRAMEBUFFER_OES, fbo);
…
0
votes
3answers
19 views
Web frameworks to develop for Android and iPhone?
Web frameworks to develop for Android and iPhone?
