iPhone SDK 3.0 Vs. 2.2.1 -


I have just installed the iPhone SDK 3.0 and have found that the text property of the UTABL vixel is no longer used, and its Instead of using textLabel.text. Does this mean that I have to know the current system version and call this method? like.

  UIPTEWUSECEL cell = ...; If ([[[UIDewis current device] systemview] excelstostring: @ "3.0"] {cell.textlabel.text = @ "..."; } Else {cell.text = @ "..."; }  

If so, then it would be very upset.

Build for just 3.0 and do not worry about 2.2. Unlike major OS upgrades, people are upgrading to a new version of the iPhone OS very fast. View this post on the tapbot blog:.

Until your app is approved (2 weeks to + some?) Will not use almost any 2.2!


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -