Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Several bug fixes and improvements #86

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

rivera-ernesto
Copy link

@rivera-ernesto rivera-ernesto commented Dec 27, 2017

• Always navigate to taken picture when autoSelectCameraImages is set.
• Fix asset selection when taking a new picture.
• Fix album cell's labels layout.
• Fix documentation build warnings.
• Include PR's #42, #56, #68 and #90.
• Fix all build warnings.
• Dynamic image thumbnail layout to support any device screen including when using iPad multitasking.
• Add new iOS 9, 10 and 11 smart collections.

Anyone can test the changes with pod 'GMImagePicker', git: 'https://github.com/codelathe/GMImagePicker.git'

jonsteinmetz-adobe and others added 17 commits March 23, 2016 15:24
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.
Remove use of deprecated UIAlertView.
If taking a picture is canceled we just stay in the last screen.
…ntroller

This ensures that new pictures are selected even when not navigating the AllAlbums roll.
Directly adjusting cell’s textLabel and detailTextLabel result in layout glitches.
@rivera-ernesto rivera-ernesto changed the title Bug fixes Several bug fixes Dec 28, 2017
@rivera-ernesto rivera-ernesto changed the title Several bug fixes Several bug fixes and improvements Dec 28, 2017
@lorenzoPrimi
Copy link

I'm gonna use your repo as @guillermomuntaner seems to have abandoned his.

pod 'GMImagePicker', git: 'https://github.com/codelathe/GMImagePicker.git', branch: 'master'

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

Successfully merging this pull request may close these issues.

7 participants