Are there any good guides on custom Cocoa User Interface Design? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-12 08:10:11

问题


I've been a software developer (mainly Visual Studio) for many years and have been working with Objective C and Cocoa for some months now. I have a good handle now on the language and the frameworks but one thing I need to work on is interface design, more specifically custom views and tables.

There is a lot of info out there on standard design but not much on the custom designs. Here's an example of what I want to do. Create a table view with multiple information (text fields and images) per cell and have that cell expand showing more information when clicked on.

Are there any books, tutorials, walkthroughs, etc that you would recommend to learn this part of the process?

Many thanks in advance.


回答1:


For design topics, Apple's Human Interface Guidelines are a great place to start.

For implementation issues, have a look at Control and Cell Programming Topics For Cocoa. As the title implies, it goes into detail about how controls & cells work together, including how to subclass one or both to implement custom UIs. Also interesting are the View Programming Guide, the Cocoa Drawing Guide, the Core Animation Programming Guide, and the Core Animation Cookbook.



来源:https://stackoverflow.com/questions/5634336/are-there-any-good-guides-on-custom-cocoa-user-interface-design

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!