Skip to content

Commit

Permalink
๐Ÿ›#296: ๋งˆ์ดํŽ˜์ด์ง€ - ์Šคํ‹ฐํ‚ค ํƒญ ๋…ธ์ถœ ์œ„์น˜ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
- scrollView offset ๊ฐ’ ๋ณ€๊ฒฝ
  • Loading branch information
thoonk committed Jul 29, 2024
1 parent cf02e13 commit 50bb2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ private extension MyPageViewController {
}

// ๋“œ๋ž, ์ข‹์•„์š” ํƒญ ์ƒ๋‹จ์— ๊ณ ์ •์‹œํ‚ค๊ธฐ
if contentOffset.y > 343 {
if contentOffset.y > 500 {
if self.stickyTapBarView == nil {
self.stickyTapBarView = createTapBarView(with: type)
self.stickyTopDimmedView = createDimmedView(isFromTop: true)
Expand Down

0 comments on commit 50bb2ac

Please sign in to comment.