The cocoa tag has no wiki summary.
-5
votes
0answers
28 views
Library to implement a wooden shelf for items? [closed]
I need a cocoa library to implement a wooden shelf, such as in the Delicious Library app:
The items on the library can be resized and the shelf with them. Also the background should be possibly ...
6
votes
1answer
162 views
How should I expand Jenkins to help me release?
Pushing new Sparkle releases of our internal apps is a pain. I have to make the build, make the release notes file, sign the .zip with the private key, and add a new entry to the appcast file tying ...
0
votes
1answer
177 views
Project Resource Organization and Structure at Cocos2d-X Development
Cocos2d-X is a game engine framework based on Cocos2d-iPhone, which consists of expanding supported platforms, with multiple choice of programming languages thats shares the same API structure.
What ...
0
votes
1answer
127 views
How can I create a software patcher for OS X?
I'm building some software for OS X that isn't distributed through the Mac App Store. My software allows users to download different modules uploaded by various people too.
How can I create a ...
1
vote
4answers
462 views
Migration of PowerBuilder application to multiplatform [closed]
I developed a client/server application with PowerBuilder in the past for medical clinics and done maintenance for it until now.
Now, some clients are asking me to develop a release for Mac/Linux and ...
0
votes
2answers
589 views
Mac Applications Developer interview preparation [closed]
I'm a Mac Applications Developer with an experience of 1 year and 8 months. I need to change the company. What type of questions should I expect in an interview? I've worked on 2 projects of which the ...
1
vote
1answer
197 views
Why use Pascal with Cocoa/Cocoa Touch?
I'm surprised to find that it might be possible to use Pascal with the Cocoa and Cocoa Touch frameworks. This is an interesting turn of events, as Pascal was the favored language for Mac development ...
7
votes
3answers
465 views
What is the equivalent of Josh Bloch's “Effective Java” for Objective-C/Cocoa? [closed]
I'm a newcomer to Objective-C and Cocoa but a reasonably experienced Java programmer. When I was starting out, reading Josh Bloch's Effective Java made me a 20% better Java programmer overnight. As ...
4
votes
1answer
430 views
New to iPhone Development - iOS5 Storyboard
I'm new here and pretty new to iOS development. My question is basically, should I learn the old school development methods or just learn how to do things using the latest tools (i.e. Storyboard)?
...
0
votes
2answers
232 views
Cocoa Applications: Use custom preference dialog or system preference app?
When writing Cocoa Applications for MacOSX, you have the choice of either having a custom preference dialog, or using the Settings.app to manage your preferences.
Functionality wise, there is no ...