Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIActivityViewController on iOS 8 show "more" button with custom activities

Now XCode 6 with iOS 8 SDK is out, we can talk about stuff. I tried to use custom activities with UIActivityViewController on iOS 7, everything worked fine. But on iOS 8, when custom activities are shown, there is "more" button sitting next to them and clicking on this button show exactly the same custom activities. Did anyone find a workaround to remove this button? I couldn't find any solution yet.

Redundant More button

like image 500
L N Avatar asked Sep 18 '14 05:09

L N


1 Answers

There is nothing to workaround. The "More..." button lets the user reorder the icons. This is now standard in iOS 8.

like image 163
rmaddy Avatar answered Oct 25 '22 04:10

rmaddy