0
votes
4answers
104 views
Apple and private APIs
Now that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I may avoid …
0
votes
1answer
15 views
addding navigation bar in tab bar
i have a tab based application with navigatoin bar . but this navigation bar has a image which covers whole navigation bar.how should i program it to add the navigation bar with im …
3
votes
6answers
211 views
Is it advisable to lead one’s career away from the Microsoft development stack? [closed]
For a while, I started steering away from Microsoft. A few years back, I started a new project and insisted on staying away from Microsoft. I configured a Linux server and started …
0
votes
1answer
29 views
Apple’s gcc, what’s the difference between -arch i386 and -m32 ?
According to Apple's gcc 4.2.1 doc:
-arch arch
Compile for the specified target
architecture arch. The allowable
values are 'i386', 'x86_64', 'ppc' and
'ppc64'. Multipl …
0
votes
0answers
24 views
Problem opening URL with browser Safari on iphone
I, if I try to open this URL: http://compraonline.mediaworld.it/webapp/wcs/stores/servlet/ProductDisplay?catalogId=20000&storeId=20000&productId=2135168&langId=-1&c …
2
votes
2answers
51 views
__LP64__ on OS X --> Snow Leopard Equivalent?
When running on Leopard you can do something like:
#if __LP64__
#pragma message ("64 bit Leopard issue")
#endif
What is Snow Leopard and Snow Leopard 64
AND (most importantl …
0
votes
2answers
25 views
After pushViewController, how to disable the backBarButtonItem?
After pushViewController, how to disable the backBarButtonItem, that going back will not be possible?
tnx :)
0
votes
1answer
23 views
Customising the colour scheme of the Core Location confirmation alert
Hi all,
I've got an app which uses the Core Location framework. I'd like to customise the colour of the popup which appears the first few times the user uses my app - the one whic …
0
votes
7answers
223 views
View Controller being sent a message even though it has been deallocated.
I am not sure if something has changed in the iPhone SDK 3.0 but I am getting the strangest error. I have a view controller hierarchy where I switch between view controllers depend …
0
votes
6answers
61 views
Good Search Tool?
Does anyone have a good search tool for OS X?
I am looking for a way to search entire large directories for information in files (.g, .cpp. .txt, other txt with different extensi …
5
votes
4answers
307 views
Apple Magic Mouse Api
Hi all,
I just bought a Magic Mouse and I like it pretty much. But as a Mac Developer it's even cooler. But there's one problem: is there already an API available for it? I want t …
0
votes
1answer
27 views
how to use package maker of Mac 10.5.7
Hi I am using Mac 10.5.7 .I have created a sample java application. Now I want to create package for distribution for my application. We can create this using Package Maker.
So H …
0
votes
0answers
18 views
Regarding Apple Developer Program [closed]
Hi all,
While enrolling for Apple Developer Program , it said iTunes store is not available for your country ?
Will I be able to enroll for the developer account and submit apps …
2
votes
1answer
62 views
How to know a device’s name from its device ID in OS X?
Hi all,
I'm writing a program in OS X that receives click events from a mouse and a touchpad. When the user clicks at somewhere, the OS sends the device ID, which is just an int, …
1
vote
1answer
62 views
Selling iPod Touch and iPhone apps made outside U.S.A.
I want to ask about the programmer experience of any developer over Macintosh or iPhone/iPod Touch platforms in selling experience on iTunes store whenever the development has been …
