Re: UI Design on iPad

2011-04-23 Thread Kirk
Trust me. You need to read the docs until you understand why this is totally the wrong direction to be taking. Make a whole-hearted commitment to using the standard UI as much as possible. After all, it is a big part of why the platform is #1. When you properly use standard UI elements, you

Re: UI Design on iPad

2011-04-21 Thread Dave DeLong
http://en.wikipedia.org/wiki/Windows_Presentation_Foundation It's a windows thing. Dave On Apr 21, 2011, at 1:17 PM, Roni Music wrote: > >> Message: 6 >> Date: Thu, 21 Apr 2011 12:23:46 +0800 >> From: Bing Li >> Subject: UI Design on iPad >> To: Cocoa-dev@lists.apple.com >> Message-ID: >> Co

Re: UI Design on iPad

2011-04-21 Thread Roni Music
Message: 6 Date: Thu, 21 Apr 2011 12:23:46 +0800 From: Bing Li Subject: UI Design on iPad To: Cocoa-dev@lists.apple.com Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Dear all, I am a new developer on iPad. After reading some books about Cocoa and iPad, I notice that the UI suppor

Re: UI Design on iPad

2011-04-21 Thread Matt Neuburg
> Date: Thu, 21 Apr 2011 12:23:46 +0800 > From: Bing Li > Subject: UI Design on iPad > > I am a new developer on iPad. After reading some books about Cocoa and iPad, > I notice that the UI supported by Interface Builder is not rich enough. Just > some common widgets are available and no interfac

Re: UI Design on iPad

2011-04-21 Thread Gleb Dolgich
Don't forget that common look and feel is one of huge advantages of iOS apps. I daresay most of the iOS apps with customised UIs look awful and their user experience sucks. Also, since it was mentioned, WPF gives developers great freedom to expose their lack of taste. The default look and feel

Re: UI Design on iPad

2011-04-21 Thread Alex Kac
To second that, we use only UIKit and you can customize stuff very easily. Buttons are probably the best example where you can make it look like anything. There are some controls you can't customize (UISwitch), but there are open source alternatives that are fully customizable - all written usin

Re: UI Design on iPad

2011-04-21 Thread Scott Andrew
Don't give up on UIKit. You will find you can do alot with UIKit. I have used UIKit extensively for several large custom projects with great results. To see the UIKit used to its fullest look at: Disney Second Screen: Tron Edition - http://itunes.apple.com/us/app/disney-second-screen-tron/id426

Re: UI Design on iPad

2011-04-21 Thread Evadne Wu
Hi Bing, Quartz should work most of the time, and you usually *don’t* have to move away from UIKit. I really recommend that you don’t ditch UIKit — check out videos from WWDC 2010 and see how far one can go. Without UIKit, you lose all the features that come for free, which is almost always t