Merge pull request 'make DimmedView init public' (#5) from feature/dimmed_view_public_init into master

Reviewed-on: #5
This commit is contained in:
Ivan Smolin 2023-07-26 13:59:02 +03:00
commit ced7c1703f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'PanModal'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'PanModal is an elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.'
# This description is used to generate tags and improve search results.

View File

@ -48,7 +48,7 @@ open class DimmedView: UIView {
// MARK: - Initializers
init() {
public init() {
super.init(frame: .zero)
alpha = 0.0
addGestureRecognizer(tapGesture)