diff --git a/AltStore/Settings/Error Log/ErrorLogTableViewCell.swift b/AltStore/Settings/Error Log/ErrorLogTableViewCell.swift index 71b67b88..0e4f817c 100644 --- a/AltStore/Settings/Error Log/ErrorLogTableViewCell.swift +++ b/AltStore/Settings/Error Log/ErrorLogTableViewCell.swift @@ -8,6 +8,16 @@ import UIKit +@objc(ErrorLogMenuButton) +private final class ErrorLogMenuButton: UIButton { + @available(iOS 14.0, *) + override func menuAttachmentPoint(for configuration: UIContextMenuConfiguration) -> CGPoint { + var point = super.menuAttachmentPoint(for: configuration) + point.y = self.bounds.midY + return point + } +} + @objc(ErrorLogTableViewCell) final class ErrorLogTableViewCell: UITableViewCell { diff --git a/AltStore/Settings/Settings.storyboard b/AltStore/Settings/Settings.storyboard index a0b20cbb..6010a907 100644 --- a/AltStore/Settings/Settings.storyboard +++ b/AltStore/Settings/Settings.storyboard @@ -1150,7 +1150,7 @@ Settings by i cons from the Noun Project -