L N
L N

Reputation: 2968

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

Upvotes: 8

Views: 3527

Answers (1)

rmaddy
rmaddy

Reputation: 318904

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

Upvotes: 10

Related Questions