質問編集履歴
1
リンク追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
グレーアウトさせない方法がわかりません。.enabledのように指定したいのですが可能でしょうか?
|
5
5
|
もしくは条件式等の記述方法を変えれば実現できるでしょうか?
|
6
6
|
|
7
|
+
[UIMenuElement.Attributes](https://developer.apple.com/documentation/uikit/uimenuelement/attributes)
|
8
|
+
|
7
9
|
```swift
|
8
10
|
func makeAction(_ indexPath: IndexPath) -> UIMenu {
|
9
11
|
|