Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut for adding UIView in Xcode

Is there anybody who knows how to create shortcut for adding UIView to Storyboard? Or is it possible to create user's shortcuts for custom actions in Xcode? Or maybe it's already exists.

like image 929
Denis Kosov Avatar asked Mar 04 '23 16:03

Denis Kosov


1 Answers

You can use this shortcut ⇧+option+⌘+L to open the Library fast and you can drag it from there

You can also use bettertouchtool to add an action when doing a specific shortcut or tapping a button on the touchbar to do this:

⇧+option+⌘+L and typing then UIView

like image 184
SwiftNewling Avatar answered Mar 15 '23 23:03

SwiftNewling