My app isn't optimized for iPad but before iOS 7, UIActivityViewController was working perfectly (same behavior on both devices).
I mean, it works now, but some icons are strange and others are missing.
Screenshot:
I'm presenting UIActivityViewController this way:
[self presentViewController:viewController animated:YES completion:nil];
Any ideas?