开发者

iPhone Application Design Question

开发者 https://www.devze.com 2023-02-13 13:58 出处:网络
I have done some iPhone application development but still am relatively new at it. My question is, how do I design an interface like the face interface, where you have icons that you click 开发者_Stac

I have done some iPhone application development but still am relatively new at it. My question is, how do I design an interface like the face interface, where you have icons that you click 开发者_StackOverflowthat take you to certain things? Is there a template for this in xcode?

Thanks


There are no templates or UIKit classes that constructs a matrix of views. You will have to implement them yourself, or read about Three20 library (specifically launcher module) if it's relevant to what you want to implement.

link : http://three20.info/showcase/launcher

0

精彩评论

暂无评论...
验证码 换一张
取 消