Xcode Extension转换Objective-C语法-Swift开发

时间:2021-05-27 07:03:09
【文件属性】:
文件名称:Xcode Extension转换Objective-C语法-Swift开发
文件大小:904KB
文件格式:ZIP
更新时间:2021-05-27 07:03:09
Swift Tools 使用Xcode扩展编辑器菜单集将[[AnObject method1] method2]转换为AnObject.method1.method2使用快捷方式它是基于xTextHandler的工具使用Xcode将[[AnObject method1] method2]转换为AnObject.method1.method2扩展编辑器菜单集Xcode键绑定使用快捷方式什么是基于xTextHandler的工具来转换Objective-C语法功能[[AnObject method1] method2]-> AnObject.method1.method2 [self setAlpha:0.5]-> self.alpha = 0.5可用的多行选择键绑定Swift 3.0用法在macOS EI Capitan中安装Xcode 8 sudo / usr / libexec / xpccachectl Build&Run选择Xcode调试Sel
【文件预览】:
Dotify-master
----README.md(2KB)
----Extension()
--------Dotify.swift(3KB)
--------Extension.entitlements(240B)
--------DotifyExtension.swift(234B)
--------DotifyCommand.swift(489B)
--------Info.plist(2KB)
----LICENSE(1KB)
----GIFs()
--------key-binding.gif(38KB)
--------menu.gif(167KB)
--------setter.gif(557KB)
--------shortcut.gif(135KB)
----xLibrary()
--------xTextProtocol.swift(1KB)
--------xTextCommand.swift(2KB)
--------xTextMatcher.swift(6KB)
--------xTextModifier.swift(6KB)
--------xHelper.swift(903B)
----Dotify()
--------AppDelegate.swift(301B)
--------Base.lproj()
--------Assets.xcassets()
--------Info.plist(1KB)
--------ViewController.swift(254B)
----Dotify.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
--------xcuserdata()

网友评论