-
Notifications
You must be signed in to change notification settings - Fork 172
iOS 10 Support & Fix Transparency #56
base: master
Are you sure you want to change the base?
Conversation
re-creating transparency next
edgesForExtendedLayout was forcing the table/collection view to be lower than the navigation bar preventing transparency from ever working, and the background image / shadow image navigation bar code was creating an issue when the edge layout was removed you could see the content on top of the status bar.
added the backgroundColor for the toolbar and the barTintColor for the navigation bar, since backgroundColor and barTintColor behave slightly differently for how the color of the bar is affected
The apple default is nil and the transparency can be seen much better. The white tint / background actually affects how much the transparency can show through.
…round The current clear color creates an issue where the text is seen on top of the image collection with no seperation. It would be better to at least match the picker color background so the headers are legible as you scroll.
Fixes #54 |
Merging changes from guillermomuntaner#56 Which are not merged with the main branch yet.
Can we get this merged? |
For anyone else who needs the fix right now:
Thanks @sarafrederixon! |
@guillermomuntaner can you merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am getting an error at this line:
_navigationController.toolbar.tintColor = _toolbarTintColor; (in GMImagePickerController.m)
I am not entire sure if it is caused by this change, however I would like to request a change =)
@AnumQ what error are you getting? I didn't change this line so curious on what is happening for you. |
This bug occurred last week and it was gone when I checked again on Friday. |
Was tested on iOS 9.3 iPhone 6 & iPod touch, iOS 10 beta 3 iPhone 6s, and iOS 10 public beta 1 iPad Air