Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxingchen committed Mar 22, 2024
1 parent ec14606 commit af9bdc7
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion PopupUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|

s.name = "PopupUI"

s.version = "1.0.4"
s.version = "1.0.5"

s.summary = "Easy to pop up any view by SwiftUI! SwiftUI 实现的弹窗控件,简单易用!"

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです![『日


## Screenshot
![](Screenshot/1.gif)
| Center Prompt | Center Confirmation | Bottom Confirmation |
| -------------------------- | -------------------------- | ----------------------- |
| ![](Screenshot/center_1.gif) | ![](Screenshot/center_2.gif) | ![](Screenshot/bottom_1.gif) |
| Bottom Input | Sidebar | Top Notification |
| ![](Screenshot/bottom_2.gif) | ![](Screenshot/left.gif) | ![](Screenshot/top_1.gif) |
| Top Prompt | Background Color | Code Generation |
| ![](Screenshot/top_2.gif) | ![](Screenshot/background.gif) | ![](Screenshot/code.gif) |



Expand Down
4 changes: 0 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです![『日







## 安装

### Swift Package Manager
Expand Down
8 changes: 7 additions & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです!


## スクリーンショット
![](Screenshot/1.gif)
| 中央のヒント | 中央の確認 | ボトム確認 |
| -------------------------- | -------------------------- | ----------------------- |
| ![](Screenshot/center_1.gif) | ![](Screenshot/center_2.gif) | ![](Screenshot/bottom_1.gif) |
| ボトム入力ボックス | サイドバー | トップ通知 |
| ![](Screenshot/bottom_2.gif) | ![](Screenshot/left.gif) | ![](Screenshot/top_1.gif) |
| トップのヒント | 背景色 | コード生成 |
| ![](Screenshot/top_2.gif) | ![](Screenshot/background.gif) | ![](Screenshot/code.gif) |



Expand Down
Binary file modified Screenshot/background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot/background.mp4
Binary file not shown.
Binary file modified Screenshot/bottom_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot/bottom_1.mp4
Binary file not shown.
Binary file modified Screenshot/bottom_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot/bottom_2.mp4
Binary file not shown.
Binary file added Screenshot/center_1.mp4
Binary file not shown.
Binary file added Screenshot/center_2.mp4
Binary file not shown.
Binary file added Screenshot/code.mp4
Binary file not shown.
Binary file added Screenshot/left.mp4
Binary file not shown.
Binary file added Screenshot/top_1.mp4
Binary file not shown.
Binary file added Screenshot/top_2.mp4
Binary file not shown.

0 comments on commit af9bdc7

Please sign in to comment.