Human Interface Design It’s not enough to create an app that works. Users expect Mac apps to be powerful, intuitive, and engaging. Think about the user experience as you design every aspect of your app, from the features you choose to the pointer you…
App Design Apps do not exist on their own. They not only interact seamlessly with their environment, they also leverage the features that OS X has to offer. Users expect your app to behave the same as the system-supplied apps such as Mail, Calendar,…
Design Patterns A design pattern solves a common software engineering problem. Patterns are abstract designs, not code. When you adopt a design, you adapt the general pattern to your specific needs. 设计模式解决了一个通用的软件工程问题. 模式是抽象的设计,不是代码.当你采用一个模式,就是让通用模式适…
Mac App Store The information you’ve read so far focused on how to create an app in Xcode. However, there are other things you must do to publish an app on the Mac App Store. 到目前为止你学习的都是关于如何在Xcode里创建一个应用程序.然而,还有一些其它的事情你必须完成才能把一个应用程序发布到Mac 应用商店. Aft…
http://www.usblyzer.com/usb-human-interface-device-hid-class-decoder.htm Human Interface Device (HID) Class Decoder Human Interface Device (HID) class is one of the most frequently used USB classes. The HID class consists primarily of devices that…
Creating Apps with Material Design //创建Material Design的App Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. To use material design in your Android apps, follow the guidelines described…
Web UI 网站用户界面设计命名规范 WEB UI设计命名规范,也就是网站用户界面设计(网页设计)命名规范. 这套规范并非单纯的CSS.html或JavaScript命名规范,它涉及了很多使用PhotoShop这类设计工具进行网页设计过程中的命名规范. 许多美工设计效果图源文件没有对图层命名的习惯,而网上大多命名规范都是关于css.html.js和一些服务器端语言的,设计方面的命名规范很 少.设计师也是技术团队的成员,而前端开发工程师需要使用设计师的效果图源文件的,所以统一命名规范和设计规范对…
Design Principle vs Design Pattern设计原则 vs 设计模式 来源:https://www.tutorialsteacher.com/articles/difference-between-design-principle-and-design-pattern In software engineering, design principle and design pattern are not the same.在软件工程中,设计原则和设计模式是不同的. Des…
http://www.cnblogs.com/tianjian/category/704953.html 构建基础的用户界面 Build a Basic UI http://www.cnblogs.com/tianjian/p/4602722.html连接UI到代码 Connect the UI to Codehttp://www.cnblogs.com/tianjian/p/4609264.html和View Controllers一起工作(Work with View Controllers…