Tutorial on NOT using Interface Builder for iPhone GUI design?

前端 未结 8 1023
南笙
南笙 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条回答
  •  Happy的楠姐
    2020-12-24 04:41

    Just a caveat: it's best to do things the "Apple way", as it will make it easier for Apple's engineers to comb through your code and approve it for the App Store.

提交回复
热议问题