Tutorial on NOT using Interface Builder for iPhone GUI design?

前端 未结 8 1014
南笙
南笙 2020-12-24 03:57

Does anyone know of a good tutorial on iPhone GUI design using just code and not Interface Builder?

I am new to iPhone development, and I wanted to better understand

8条回答
  •  感情败类
    2020-12-24 04:36

    Check out the UI Catalog example in the SDK.

    It showcases all of the individual controls being used in multiple ways. All of the screens, the view controllers and the navigation bars are generated from code.

提交回复
热议问题