User and company name comments in Xcode projects

September 5, 2010 by Alex · Comments Off
Filed under: Apple, iPad, iPhone, objective-c 

Question: I am wondering how you change the comments that Xcode puts in the top of each source file to set the proper username and company name instead of updating every file by hand if these macro fields are different from the default settings of Address Book. I am speaking about these source code lines:
// Created by  MyUserName on 8/19/10.
// Copyright __MyCompanyName__ 2010. All rights reserved.
Read more

Build iPhone static library with Xcode

July 2, 2010 by Alex · Comments Off
Filed under: App Store, Apple, iPad, iPhone, iTunes, objective-c 

Question: Our project team has a new iPad/iPhone 4 project. We want to put some business logic and generic functionality into a common library but the Xcode 3.2.2 SDK does not allow us to create custom Frameworks unlike for Mac OS X. Is there a way to build a dynamic library for iPhone apps too? We have already opened our App Store account.
Read more

iPad – iPhone code compability in Xcode project

April 21, 2010 by Alex · Comments Off
Filed under: Apple, Mobile phone, iPad, iPhone, iTunes, objective-c 

Question: Apple has started selling the iPad and published their iPhone 3.2 SDK. I think it is the right time to start developing iPad applications. First I would like to transfer my existing iPhone apps to the iPad platform. I am having a MacOSX and Xcode on my MacBook. Do you have any advise?
Read more

Preload views of UITabBarController in iPhone

March 8, 2010 by Alex · Comments Off
Filed under: iPhone, objective-c 

Question: I have an iPhone xCode 3.1 project that has a bottom menubar with four tabs. The 2nd and 3rd views display UIWebView content from my web site. When connected to EDGE or 3G, these views don’t load fast and the user has to wait several seconds while these pages are loading. Can I preload both of the UIWebViews?
Read more

Next Page »