UIActivityViewController crashes on present in iOS 7.1.2
Closed this issue · 1 comments
forrestgrant commented
Tested on an iPhone 4 running 7.1.2 - I would assume the error occurs on iOS 7+
See: https://github.com/forrestgrant/UIActivityViewController-iOS7-Fail
forrestgrant commented
Looks like this is the result of Object#screen
. If I comment out the following method, it works again: https://github.com/infinitered/redpotion/blob/master/lib/project/ext/object.rb#L23
I'll start trying to track down why.