书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 76770 个相关结果.
  • JavaScript and iOS/macOS Communication with Reflection

    JavaScript and iOS/macOS Communication with Reflection Calling Objective-C from JavaScript Class Name and Static Methods Method with Parameters Method without Parameters Return ...
  • #import and #include

    #import and #include Tip #import Ojbective-C/Objective-C++ 头文件,#include C/C++ 头文件。 基于你所包括的头文件的编程语言,选择使用 #import 或是 #include : 当包含一个使用 Objective-C、Objective-C++ 的头文件时,使...
  • README

    Objective-C-Coding-Guidelines-In-Chinese 来源(书栈小编注) Objective-C-Coding-Guidelines-In-Chinese Objective-C编码规范,内容来自苹果、谷歌的文档翻译,自己的编码经验和对其它资料的总结。 转载请注明出处。 来源(书栈小编注) https://gi...
  • Kotlin/Native 开发 Apple framework——教程

    Kotlin/Native 开发 Apple framework——教程 创建一个 Kotlin 库 生成的 Framework 头文件 Kotlin/Native 运行时声明 Kotlin 数值与 NSNumber Kotlin 中的类与对象 Kotlin 中的全局声明 垃圾回收与引用计数 在 Objective-C 中使用代码 在 Swi...
  • Swift

    Swift / Objective-C Swift / Objective-C Pact for Swift and Objective-C is currently targeting Pact specification v2. Head to the website to get started with Swift and Objec...
  • Swift

    Swift / Objective-C Swift / Objective-C Swift和Objective-C 版本的Pact目前处于beta状态,支持Pact1.1的规格。访问网站 开始使用Swift和Objective-C版的Pact。
  • Swift

    Swift / Objective-C Swift / Objective-C Swift和Objective-C 版本的Pact目前处于beta状态,支持Pact1.1的规格。访问网站 开始使用Swift和Objective-C版的Pact。
  • ImportObjC pragma

    329 2020-10-18 《Nim v1.4 Manual》
    ImportObjC pragma ImportObjC pragma Similar to the importc pragma for C , the importobjc pragma can be used to import Objective C methods. The generated code then uses the Obj...
  • ImportObjC pragma

    59 2024-07-11 《Nim v2.0 Manual》
    ImportObjC pragma ImportObjC pragma Similar to the importc pragma for C, the importobjc pragma can be used to import Objective C methods. The generated code then uses the Obje...
  • ImportObjC 编译指示

    ImportObjC 编译指示 ImportObjC 编译指示 类似于 C 语言的importc 编译指示 ,importobjc 编译指示可以用来导入 Objective C 方法。 生成的代码使用 Objective C 的方法调用语法。 [obj method param1: arg] 。 除了 header 和 emit 编译指示,允许宽松地...