Skip to content

Commit

Permalink
Chore [#242] 클래스 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Sep 20, 2023
1 parent d245f6e commit c17d0cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class NextButton: UIButton {

// MARK: - Functions
// MARK: Layout Helpers

/// 배너 버튼 터치 영역 넓히기
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
let expandedBounds = bounds.insetBy(dx: -295.adjustedWidth, dy: -98.adjustedHeight)
return expandedBounds.contains(point)
Expand Down

0 comments on commit c17d0cb

Please sign in to comment.