When you save the script as an application, you can use it with Spotlight!
- Open Automator
- Create new Application
- Drag the
Run Applescriptaction - Type the script
- Save as
Empty Trash
| // | |
| // TextViewWithPlaceholder.swift | |
| // | |
| // Created by Bruno Pinheiro on 13/09/17. | |
| // Copyright © 2017 Bruno Pinheiro. All rights reserved. | |
| // | |
| import UIKit | |
| @IBDesignable |