Skip to content

Commit

Permalink
✨[FEAT] #148 - 플로팅 버튼 스크롤 맨 위로 가는 액션 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed Jan 19, 2023
1 parent 6795c9d commit b205038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final class LikedStudiosViewController: UIViewController {

// MARK: - @objc
@objc func upButtonDidTap(_ sender: UIButton) {
// TODO: - 버튼 액션 처리
studiosCollectionView.setContentOffset(CGPoint(x: 0, y: 0), animated: true)
}

// MARK: - Custom Method
Expand Down

0 comments on commit b205038

Please sign in to comment.