{
if (action == #selector(copy(_:))) {
return true
}
if (action == #selector(cut(_:))) {
return false
}
if (action == #selector(paste(_:))) {
return false
}
return super.canPerformAction(action, withSender: sender)
}
не терпиливый, нужно было чтобы он смог сгуглить
Все круто, но у у меня только такие экшны приходят cut: copy: select: delete: _promptForReplace: _transliterateChinese: _insertDrawing: _showTextStyleOptions: _lookup: _define: _addShortcut: _accessibilitySpeak: _accessibilitySpeakLanguageSelection: _accessibilityPauseSpeaking: _share: makeTextWritingDirectionRightToLeft: makeTextWritingDirectionLeftToRight:
Обсуждают сегодня