UIActivityViewController on iOS 8 show “more” butt

2019-04-24 10:26发布

问题:

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.

回答1:

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