Tutorial on NOT using Interface Builder for iPhone GUI design?

前端 未结 8 1028
南笙
南笙 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:44

    I found Erica Sadun's The iPhone Developer's Cookbook really valuable. The book assumes you're already up to speed with Objective-C and her examples are short but focused. Most of her examples build up the GUI programmatically, which I found really helpful in understanding what IB is doing for you.

提交回复
热议问题