`
janedoneway
  • 浏览: 580489 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Wrapping Conventions

 
阅读更多

Wrapping Conventions

When using the key-value coding methods to access properties whose values are not objects the standard key-value coding wrapping conventions support, the following wrapping conventions are used:

C Type

Class

CGPoint

NSValue

CGSize

NSValue

CGRect

NSValue

CGAffineTransform

NSAffineTransform (OS X only)

CATransform3D

NSValue

分享到:
评论

相关推荐

    Java语言编码规范(Java Code Conventions) txt版

    #### 1.1 为何需要编码规范(Why Have Code Conventions) 为了保证代码的质量和一致性,编码规范是必不可少的。其原因包括: - **维护效率**:大多数软件系统都需要长期的维护和支持。良好的编码规范可以大大提高...

    eclipse code formatter

    通过访问这个博客,你可以学习到如何配置Eclipse以符合特定的编码规范,比如Google Java Style Guide或Oracle Code Conventions。这些规范涵盖了命名规则、注释样式、代码布局等多个方面。 在Eclipse中,你可以按照...

    java代码模板

    - **Line Wrapping**:规定何时换行,例如函数参数、括号内的内容等。 - **Spaces**:控制空格的使用,如在哪些符号前后添加空格。 - **Brace Position**:设定大括号的位置,如“End of line”或“Next line”。 - ...

    eclipse编码规范codetemplates和formatter

    - `Line Wrapping`: 当代码超过指定宽度时如何换行,以及在哪些情况下允许/禁止换行。 - `Brace Position`: 开始大括号的位置,是在行尾还是新行。 - `Spaces`: 在哪些地方使用空格,如在括号、操作符、数组索引等...

    eclipse-java-code-format.xml.zip_format

    - **Naming Conventions**:定义变量、类、接口、方法等命名规范,如首字母大写(PascalCase)、全小写加下划线(snake_case)等。 4. **导入排序和组织**:除了基本的格式化,Eclipse还支持导入排序和组织,可以...

    eclipse格式化代码配置文件

    - **Naming Conventions**:定义变量、类、接口、方法等命名规则,如首字母大写、下划线分隔等。 - **Comments**:设定注释的格式,包括行内注释和块注释的样式。 除了导入预设的配置文件,你也可以自定义一套格式...

    Java编码规范.pdf

    - **换行(Wrapping Lines)**:当一行代码过长时,应在操作符前换行,保持语句的可读性。 4. **其他细节** - **注释(Commenting)**:使用Javadoc格式为公共API编写注释,普通代码添加必要注释,解释非自明的...

    Java编码规范(1001041133).pdf

    - **换行(Wrapping Lines)**:当行过长时,应在操作符(如`+`、`,`等)处换行,保持逻辑操作单元的完整性。 4. **其他细节** - **缩进**:一般使用4个空格进行缩进,不使用制表符。 - **空格**:在适当的符号...

    Java语言编码规范

    ##### 4.2 换行 (Line Wrapping) 当一行代码超过推荐的长度时,应进行适当的换行处理。例如,如果一个方法调用或变量声明过长,可以考虑将其实体内容分成多行书写。 #### 5. 注释 (Comments) 注释是编码规范的...

    C#编码规范手册(PDF)

    - **折行规则(Wrapping Lines)**:当表达式无法在一行内显示时,应遵循特定的折行原则:在逗号后折行,在运算符后折行;优先选择较高层次的折行位置;确保新行与前一行相同级别的表达式开头对齐。 - **空白处理...

    Python程序设计(第二版).chm

    Conventions Used in This Book Where to Look for Updates Contacting O'Reilly Acknowledgments Chapter 1. Introducing Python Section 1.1. "And Now for Something Completely Different" ...

    vs 2005 10款插件

    Wrapping It Up While this article has been dedicated to freely available add-ins, there are also a host of add-ins that can be purchased for a reasonable price. I encourage you to check out these ...

    Java语言编码规范 中文翻译版

    **4.2 换行(Wrapping Lines)** 当一行代码超过推荐的最大长度时,应该进行换行。换行时应注意保持代码的逻辑清晰,例如方法调用中的参数列表。 #### 5. 注释(Comments) **5.1 实现注释的格式(Implementation ...

    Java语言编码规范.pdf

    ##### 4.2 换行 (Wrapping Lines) 当一行代码超过推荐的最大长度时,应适当地进行换行。例如,当多个参数列表过长时,可以在逗号后面换行,每个参数单独占一行。 #### 5. 注释 (Comments) ##### 5.1 实现注释的...

    Python for Bioinformatics 第二版,最新版

    Conventions 4 1.2.2 Python Versions 5 1.2.3 Code Style 5 1.2.4 Get the Most from This Book without Reading It All 6 1.2.5 Online Resources Related to This Book 7 1.3 WHY LEARN TO PROGRAM? 7 1.4 BASIC ...

    Linux Networking Subsystem

    1.2 Document Conventions . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Sample Network Example . . . . . . . . . . . . . . . . . . . . 1 2 Initialization 3 2.1 Function do basic setup() . . . . . ....

    Python Cookbook, 2nd Edition

    Conventions Used in This Book How to Contact Us Safari® Enabled Acknowledgments Chapter 1. Text Introduction Recipe 1.1. Processing a String One Character at a Time Recipe 1.2. ...

Global site tag (gtag.js) - Google Analytics