搜索资源列表
PDFReader.zip
- 在mac os xcode下开发的pdf阅读器,功能齐全的PDF阅读器实现代码。可以缩略图查看文档、加书签、打印等等,Mac os xcode development pdf reader, full-featured PDF reader implementation code. Thumbnail to view the documents, add bookmarks, printing, etc.
Person
- OC的语法一直被认为比较麻烦,绝大多数的消息发送都带有很长的函数名。其实这是一把双刃剑,好的方面,它使得代码相当容易阅读,因为几乎所有的方法都是以完整的英语进行描述的,而且如果遵守命名规则的话,参数类型和方法作用也一清二楚,但是不好的方面,它使得coding的时候要多不少不必要的键盘敲击,降低了开发效率。-OC syntax has been considered too much trouble, the vast majority of messages are sent with long