PSMenuItem icon indicating copy to clipboard operation
PSMenuItem copied to clipboard

Warnings using PSMenuItem in iOS 8

Open ninjudd opened this issue 11 years ago • 1 comments

I get the following warnings in iOS 8:

~/src/PSMenuItem/PSMenuItem.m:80:40: Undeclared selector 'pspdf_canPerformAction:withSender:'
~/src/PSMenuItem/PSMenuItem.m:85:43: Undeclared selector 'pspdf_canBecomeFirstResponder'
~/src/PSMenuItem/PSMenuItem.m:100:43: Undeclared selector 'pspdf_methodSignatureForSelector:'
~/src/PSMenuItem/PSMenuItem.m:111:45: Undeclared selector 'pspdf_forwardInvocation:'

ninjudd avatar Nov 01 '14 20:11 ninjudd

#7 fixed this issue.

nonamelive avatar Jun 25 '15 18:06 nonamelive