In an attempt to defer to content, I chose not to use any (navigation or tool) bars.
The app has a tinted UIButton
which brings up an action sheet (where the user could share the content, and adjust preferences).
What I've seen is that people don't interact with the button. They merely look at the content.
I'd like to draw attention to the button in a subtle initial way, that the user will discover that the content can be shared or changed.
Unsuccessful approaches:
Changing the button from text to an (action or settings) icon image. While more recognizable/familiar, I lose out on the title that describes the selected content.
UIAlertController (displaying instructions for first launch). Simply too obnoxious.
Coach marks. The transparent overlay spoils the initial impression.
What has helped, yet is still unobtrusive:
- Changing the background/foreground colors. The button's more noticeable on a black background.
I haven't tried occasionally animating the button (until the user finally taps it).
Are there other or better methods to help a user discover that the app is interactive?