Skip to content

在swift工程里,快捷键无法自动补充代码块 #18

Description

@dengchaojie

在swift工程里,输入btn,按快捷键,但是没有替换成代码块。请问怎么解决,还是EasyCode的问题

btn

let btn = UIButton.init()
btn.backgroundColor = .blue
btn.addTarget(self, action: #selector(dianJiBtn), for: .touchUpInside)
view.addSubview(btn)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions