This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Several bug fixes and improvements #86
Open
rivera-ernesto
wants to merge
30
commits into
guillermomuntaner:master
Choose a base branch
from
codelathe:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Synced album support
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.
…electCameraImages is true
I'm gonna use your repo as @guillermomuntaner seems to have abandoned his.
|
Feature/icloud access
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
• 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'