Tutorial on NOT using Interface Builder for iPhone GUI design?

前端 未结 8 1013
南笙
南笙 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条回答
  •  -上瘾入骨i
    2020-12-24 04:22

    Bill Dudney has a couple of blog posts on "Demystifying iPhone App Startup" and "Demystifying View Controllers and Views" that provide good walkthroughs of some of what goes on behind the scenes, UI-wise. While not about programmatic generation of your views, these posts help you understand what Interface Builder does for you.

提交回复
热议问题