Skip to content

Commit

Permalink
Merge branch 'sberrevoets:master' into master
Browse files Browse the repository at this point in the history
This PR updates the forked SDCAlertView repository to the latest version - v12.0.4 by merging the remote master.
  • Loading branch information
sahil-xplor authored Jul 8, 2024
2 parents 4350661 + 91af9ba commit ea3fe1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 12.0.4
**What's New**:
- Avoid warning when compiling with Xcode 16

## 12.0.3
**What's New**:
- Fix issue where alert wouldn't animate back in place after dismissing the
Expand Down
2 changes: 1 addition & 1 deletion SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SDCAlertView"
s.version = "12.0.3"
s.version = "12.0.4"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion Source/AlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public final class AlertController: UIViewController {
public let preferredStyle: AlertControllerStyle

private let alert: UIView & AlertControllerViewRepresentable
private lazy var transitionDelegate = Transition(alertStyle: self.preferredStyle,
private lazy var transitionDelegate = SDCAlertView.Transition(alertStyle: self.preferredStyle,
dimmingViewColor: self.visualStyle.dimmingColor)

// MARK: - Initialization
Expand Down

0 comments on commit ea3fe1b

Please sign in to comment.