Fixed bug with subview ordering.#525
Merged
Merged
Conversation
matej
added a commit
to matej/MBProgressHUD
that referenced
this pull request
Nov 4, 2018
ws00801526
added a commit
to ws00801526/MBProgressHUD
that referenced
this pull request
Jan 11, 2019
* commit '202d8895c6eb10ead2e4b3c5837a68c95693d51f': (52 commits) Add test for jdg#525 Remove iOS 7 header code Remove legacy checks (deployment target is already >= iOS 8) Remove whitespace Updating project for Xcode 9.3 recommended settings. Remove deprecated code Fixed bug with subview ordering. Add HUD shape test Remove NSLog Add a test case for the hide delayed race Use the new method signature in comments Prevent a race when invalidating the hide timer Add CONTRIBUTING guidelines Test some HUD modes Test initializers Remove a deprecated property Improve documentation Remove deprecated code Prevent calling UI code on background threads Bump deployment target ... # Conflicts: # MBProgressHUD.m
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixed bugs #516 and #509 which were caused by the subviews losing their proper layout order after setting a new
blurEffectStyle.