Skip to content

Commit

Permalink
✨ :: [#1074] 스크롤 인디케이터 보정
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon authored and yongbeomkwak committed Aug 12, 2024
1 parent 7898801 commit cff2f29
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ extension FaqContentViewController {
x: 0,
y: 0,
width: APP_WIDTH(),
height: 56
height: PLAYER_HEIGHT()
))
tableView.verticalScrollIndicatorInsets = UIEdgeInsets(top: 0, left: 0, bottom: 56, right: 0)
tableView.reloadData()
}

Expand Down

0 comments on commit cff2f29

Please sign in to comment.