Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email default appearance #80

Open
jacdevos opened this issue Aug 31, 2014 · 1 comment
Open

Email default appearance #80

jacdevos opened this issue Aug 31, 2014 · 1 comment

Comments

@jacdevos
Copy link

Apple requires that emails follow the standard iOS look and feel. When customising your app appearance (together with overshare-kit), it changes the headers and other fields of emails, making it non-standard.

To get past this, I had to reset appearance to standards before sharing via email, and set it back afterwards. It took a lot of fiddling to get it right.

This issue is not specific to overshare-kit, but I think it would be great to support this behaviour right inside it, since email is usually invoked via sharing.

@jaredsinclair
Copy link
Contributor

This is already supported. All OSK navigation controllers are "OSKNavigationController" except for system view controllers like Messages and Mail. Just use OSKNavigationController in your appearance customizations and it will behave as you describe.

Sent from my iPhone

On Aug 31, 2014, at 12:39 PM, Jacqudes de Vos notifications@github.com wrote:

Apple requires that emails follow the standard iOS look and feel. When customising your app appearance (together with overshare-kit), it changes the headers and other fields of emails, making it non-standard.

To get past this, I had to reset appearance to standards before sharing via email, and set it back afterwards. It took a lot of fiddling to get it right.

This issue is not specific to overshare-kit, but I think it would be great to support this behaviour right inside it, since email is usually invoked via sharing.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants