Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ”€ :: [#276] VC ํ˜ธ์ถœ ์‹œ ์ƒˆ๋กœ๊ณ ์นจ #277

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

Xixn2
Copy link
Member

@Xixn2 Xixn2 commented Nov 19, 2024

๐Ÿ’ก ๊ฐœ์š”

VC ํ˜ธ์ถœ ์‹œ ์ƒˆ๋กœ๊ณ ์นจ

๐Ÿ“ƒ ์ž‘์—…๋‚ด์šฉ

  • Profile User,Admin ViewController ํ˜ธ์ถœ ์‹œ ์ž๋™์œผ๋กœ ์ƒˆ๋กœ๊ณ ์นจ์ด ๋˜๊ฒŒ ๋ณ€๊ฒฝํ–ˆ์Šต๋‹ˆ๋‹ค.
  • Main User,Admin ViewController ํ˜ธ์ถœ ์‹œ ์ž๋™์œผ๋กœ ์ƒˆ๋กœ๊ณ ์นจ์ด ๋˜๊ฒŒ ๋ณ€๊ฒฝํ–ˆ์Šต๋‹ˆ๋‹ค.
  • ์ „๋ฐ˜์ ์ธ ์ฝ”๋“œ ๋ฆฌํŒฉํ„ฐ๋ง์„ ์ง„ํ–‰ํ–ˆ์Šต๋‹ˆ๋‹ค.
  • Main Setting, QR, AdminMenu ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ์• ๋‹ˆ๋ฉ”์ด์…˜์ด ์ข…๋ฃŒ ๋˜๊ธฐ ์ „๊นŒ์ง€ ํ•œ๋ฒˆ ๋” ์ž‘๋™๋˜๋Š”๊ฑธ ๋ง‰์•„ ์ค‘๋ณต VCํ˜ธ์ถœ์„ ์ฐจ๋‹จํ–ˆ์Šต๋‹ˆ๋‹ค.

@Xixn2 Xixn2 added ๐Ÿš€ | Feature ์•ฑ ๊ธฐ๋Šฅ ์ „๋ฐ˜์— ๋Œ€ํ•œ ๊ฐœ๋ฐœ ๐Ÿ”ฅ | Hot Fix ๊ธ‰ํ•œ ์ˆ˜์ • ์ดํ›„ ๋ฐฐํฌ๊ฐ€ ํ•„์š”ํ•จ ๐Ÿ› ๏ธ | Bug Fix Bug or Issue ํ•ด๊ฒฐ ๐Ÿ”จ | Refactor ์ฝ”๋“œ ๋ฆฌํŒฉํ† ๋ง(๊ฐœ์„ ) ์ž‘์—… labels Nov 19, 2024
@Xixn2 Xixn2 self-assigned this Nov 19, 2024
Copy link
Contributor

@parkjungw0o parkjungw0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค!!

Comment on lines +313 to +315
DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { [weak self] in
self?.qrButton.isUserInteractionEnabled = true
}
Copy link
Member

@minaje0917 minaje0917 Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํ•ด๋‹น ๋ถ€๋ถ„ ์ค‘๋ณต ํ˜ธ์ถœ์„ ๋ง‰์œผ๋ ค๊ณ  ํ•˜๋Š”๊ฑฐ๋ผ๋ฉด RxSwift.tap ์‚ฌ์šฉํ•ด์„œ throttle์„ ๊ฑธ์–ด๋ณด๋Š” ๊ฑด ์–ด๋–จ๊นŒ์š”?
isUserInteractionEnabled์„ ๋ณ€๊ฒฝํ•˜๋Š”๊ฑด ์˜ˆ์ƒํ•˜์ง€ ๋ชปํ•œ ์‚ฌ์ด๋“œ ์ดํŒฉํŠธ๊ฐ€ ๋ฐœ์ƒํ•  ๊ฐ€๋Šฅ์„ฑ์ด ์žˆ์–ด๋ณด์ž…๋‹ˆ๋‹ค.

@Xixn2 Xixn2 merged commit 11c6992 into develop Nov 19, 2024
1 check passed
@Xixn2 Xixn2 deleted the 276-VCGet-Refresh branch November 19, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
๐Ÿ› ๏ธ | Bug Fix Bug or Issue ํ•ด๊ฒฐ ๐Ÿš€ | Feature ์•ฑ ๊ธฐ๋Šฅ ์ „๋ฐ˜์— ๋Œ€ํ•œ ๊ฐœ๋ฐœ ๐Ÿ”ฅ | Hot Fix ๊ธ‰ํ•œ ์ˆ˜์ • ์ดํ›„ ๋ฐฐํฌ๊ฐ€ ํ•„์š”ํ•จ ๐Ÿ”จ | Refactor ์ฝ”๋“œ ๋ฆฌํŒฉํ† ๋ง(๊ฐœ์„ ) ์ž‘์—…
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VC ํ˜ธ์ถœ ์‹œ ์ž๋™์œผ๋กœ ์ƒˆ๋กœ๊ณ ์นจ
3 participants