Skip to content

Commit

Permalink
Merge pull request #140 from noppefoxwolf/open-focus-view-initializer
Browse files Browse the repository at this point in the history
Open init for FocusView.
  • Loading branch information
kazuhiro4949 authored Feb 26, 2022
2 parents 93b5e0b + 4d37f99 commit d6fd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PagingMenuView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ open class PagingMenuFocusViewAnimationCoordinator {
open class PagingMenuFocusView: UIView {
open var selectedIndex: Int?

override init(frame: CGRect) {
public override init(frame: CGRect) {
super.init(frame: frame)
backgroundColor = .clear
}
Expand Down

0 comments on commit d6fd88e

Please sign in to comment.