xcode
-
Howto change __MyCompanyName__ in your project with Xcode
You might doesn’t like the comment at the top of your Xcode project files. // // ViewController.m // CITest // // Created by Sungju Kwon on 4/21/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // I’ve checked the internet for the possible solution, and I could find below. defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions ‘{ORGANIZATIONNAME=”Sungju Kwon”;}’… Continue reading
-
Xcode 4.3.2 organizer crash
After upgrading to Xcode 4.3.2, it becomes very hard to keep developing without crash. Most biggest challenge was configuring iPhone devices in Organizer window. It crashed all the time when I tried to open ‘Device’ tab. Sometimes, it just crashed when I plug my iPhone to the system. It looks like it has a problem… Continue reading
-
Do you need a UI that used in twitter for iPad?
Twitter for iPad’s UI is so great. It uses very efficient and elegant method to show hierarchical information. If you want to implement this in your app, there’s a good news. Check the following screen. Isn’t look similar to the twitter’s interface? You can download source code from here: https://github.com/aaronbrethorst/StackScrollView It’s still need some improvement… Continue reading
About Me
A software engineer who loves any technologies that makes life easier. That’s why I love Linux and Mac at the same time.