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

Share via Messages screen is missing a cancel button #161

Open
farktronix opened this issue Oct 26, 2018 · 4 comments
Open

Share via Messages screen is missing a cancel button #161

farktronix opened this issue Oct 26, 2018 · 4 comments

Comments

@farktronix
Copy link
Member

I tried to share the currently playing song via messages. There's no cancel button once the share screen appears.

screen shot 2018-10-26 at 13 14 28

@Maj0rPaine
Copy link

@farktronix is this related to Chameleon framework? I used it in another project and it completely hijacked all styling. I ultimately had to override the appearance proxy for affected classes.

@farktronix
Copy link
Member Author

Good idea! I went ahead and removed the Chameleon framework to see if that was the problem, but this bug still happens. The changes are on a branch at https://github.com/farktronix/relisten-ios/tree/KarmaChameleon but I'm not sure if it's worth merging them into master.

@Maj0rPaine
Copy link

Maj0rPaine commented Mar 15, 2019

Yeah...I probably spent too much time trying to fix that bug. No matter what I tried it was impossible to set the appearance of MFMessageComposeController when it's not directly managed.

The cancel is there, just not visible.

@alecgorge
Copy link
Member

I haven't actually looked at this specific issue but in the past I think I've solved it by either:

  1. setting a the tint color for toolbar buttons within MFMessageComposeController
  2. only setting the custom tint colors for those within a UINavigationController subclass and then using that subclass everywhere in the main app

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

No branches or pull requests

3 participants