Skip to content

Commit 3ae0cf0

Browse files
authored
Merge pull request #619 from TimOliver/ios-26
Add Liquid Glass UI redesign
2 parents e1915a2 + ef527a6 commit 3ae0cf0

17 files changed

+249
-408
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: macos-latest
8+
runs-on: macos-26
99

1010
steps:
1111
- uses: actions/checkout@v1

Gemfile.lock

Lines changed: 0 additions & 299 deletions
This file was deleted.

Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ - (void)animateTransition:(id <UIViewControllerContextTransitioning>)transitionC
5353
if (self.isDismissing == NO) {
5454
[containerView addSubview:cropViewController.view];
5555

56-
//Force a relayout now that the view is in the view hierarchy (so things like the safe area insets are now valid)
56+
//Force a relayout now that the view is in the view hierarchy (so things like the safe area insets are now valid)]
57+
[cropViewController.view setNeedsLayout];
58+
[cropViewController.view layoutIfNeeded];
5759
[cropViewController viewDidLayoutSubviews];
5860
}
5961
else {

0 commit comments

Comments
 (0)