4 posts tagged “xcode”
I've been using the iPhone SDK since its original release way back in March. Many frustrating moment in the beginning but the recent beta 7 and beta 8 release proved to be ready for prime time. Apple has added many helper classes or helper methods to classes to make it far easier to work with the UI components, which is by far the most frustrating things I encountered. I am still having problem wrapping my head around the idea of Interface Builder but since the apps that I am building do not involve very complex UI, I just hand coded all the UI instead.
- Fix the build time being 1 hours off (probably day time saving bug)
- Better status icons
- Create application icon (currently it uses icon from CCMenu)
- Finish coding the 'Force Build' functionality
- Add startup screen bitmap (so it won't be just a black screen)
- Add auto detect of CruiseControl server (Java, .Net, or Ruby)
Windows, Mac, Linux - What's your preference and why?
Submitted by ramblingsbymark.
I prefer Mac as a day-to-day OS/Computer. Not that Windows are bad, I use it everyday for 8+ hours for work, and Microsoft has made developing software on Windows really easy and enjoyable. Apple's Xcode is ok but it is nothing like Visual Studio or even Eclipse. But the fact remains that Windows are not secure, must require running of anti-virus/anti-spyware software in the background, requires constant vigilant to make sure it is not infected, etc. makes using a Mac so much more less stressful and enjoyable.
The last time I tried Linux was nearly 10 years ago and even with these intervening years I still think Linux has not evolved into the point where any consumers can install and use it without knowledge of *nix.
OS X is really Linux done right.
One of the great thing about my new E61 is that the built-in music player supports AAC files. So I can play all of my tracks encoded in iTunes. But the one thing the music player can't do is to read the tags information in the m4a files. It only reads ID3 tags. After some googling, I've found this Windows app called mp3tags that copies the tags info in the m4a files into the ID3 tag fields, thus allowing the music player to read and displays them on the screen. But I can't find any equivalent on the Mac. That sucks! May be it is time for me to dive into XCode and write a tag converter myself!