The overflow menu on iOS is using the Share icon.
https://developer.apple.com/library/ios ... -CH12-SW33
While this may well be the context for some menu actions, it's not appropriate for in-app commands.
Is there a way of altering the Icon?
Overflow menu icon
-
tsupartono
- Posts: 289
- Joined: Wed Apr 18, 2012 10:21 am
Re: Overflow menu icon
You can change the icon by creating a form command item with placement 'Present Overflow Area Button'.
Make sure 'Display Style' is set to 'Default'
Make sure 'Display Style' is set to 'Default'
-
MarkDuignan
- Posts: 346
- Joined: Wed Apr 18, 2012 10:33 am
Re: Overflow menu icon
Not sure I agree about the icon just being for sharing - the Apple doco says "Meaning : Open an action sheet that lists system-provided and app-specific services that act on the specified content.".
-
MarkDuignan
- Posts: 346
- Joined: Wed Apr 18, 2012 10:33 am
Re: Overflow menu icon
At the XCode Objective-C coding level Apple provide a standard button called the System Action button …
The action button uses that icon – so I think Apple do mean it to mean more than just Share.
The action button uses that icon – so I think Apple do mean it to mean more than just Share.