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

๐Ÿ”€ :: ์ด๋ฏธ์ง€ & ์นด๋ฉ”๋ผ Picker #69

Merged
merged 2 commits into from
May 16, 2023

Conversation

baekteun
Copy link
Member

๐Ÿ’ก ๊ฐœ์š”

์Šคํฌ๋ฆฐ์ƒท 2023-05-16 ์˜ค์ „ 10 00 09 ์Šคํฌ๋ฆฐ์ƒท 2023-05-16 ์˜ค์ „ 10 00 22

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

  • SingleImagePicker
  • MultipleImagePicker
  • CameraPicker

๐Ÿด ์‚ฌ์šฉ๋ฐฉ๋ฒ•

// Single ImagePicker
VStack{}
  .imagePicker(isShow: $isShowing, pickedImageResult: $pickedImageResult)
  .imagePicker(isShow: $isShowing, pickedImageResult: $pickedImageResult, filter: .images)

// MultipleImagePicker
VStack{}
  .imagePicker(isShow: $isShowing, pickedImageResult: $pickedImageResult)
  .imagePicker(isShow: $isShowing, pickedImageResult: $pickedImageResult, filter: .images)
  .imagePicker(isShow: $isShowing, pickedImageResult: $pickedImageResult, filter: .images, limit: 3)

// CameraPicker
VStack{}
  .cameraPicker(isShow: $isShowing, pickedImageResult: $pickedImageResult)

@baekteun baekteun added 1๏ธโƒฃ Priority: High ์šฐ์„ ์ˆœ์œ„ - ์ƒ โœจ Feature ์‹ ๊ทœ ๊ธฐ๋Šฅ labels May 16, 2023
@baekteun baekteun requested a review from kimsh153 May 16, 2023 01:03
@baekteun baekteun self-assigned this May 16, 2023
@baekteun baekteun linked an issue May 16, 2023 that may be closed by this pull request
@baekteun baekteun merged commit 95130fe into master May 16, 2023
@baekteun baekteun deleted the 68-image-or-camera-picker branch May 16, 2023 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1๏ธโƒฃ Priority: High ์šฐ์„ ์ˆœ์œ„ - ์ƒ โœจ Feature ์‹ ๊ทœ ๊ธฐ๋Šฅ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

์ด๋ฏธ์ง€Picker ์ž‘์—…
2 participants