Skip to content

Commit

Permalink
🐛 :: Required Init
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Feb 7, 2022
1 parent 66d9848 commit 667f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BTImageView/Classes/BTImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class BTImageView: UIView {
}

// MARK: - Init
public init() { super.init(frame: .zero) }
public init(
aligns: [Int] = [1],
spacing: CGFloat = 5,
Expand All @@ -32,7 +33,6 @@ public class BTImageView: UIView {

required public init?(coder: NSCoder) {
super.init(coder: coder)
fatalError("init(coder:) has not been implemented")
}
}

Expand Down

0 comments on commit 667f46e

Please sign in to comment.