Skip to content

Commit af9bdc7

Browse files
author
wuxingchen
committed
update doc
1 parent ec14606 commit af9bdc7

17 files changed

+15
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

PopupUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
s.name = "PopupUI"
55

6-
s.version = "1.0.4"
6+
s.version = "1.0.5"
77

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

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです![『日
99

1010

1111
## Screenshot
12-
![](Screenshot/1.gif)
12+
| Center Prompt | Center Confirmation | Bottom Confirmation |
13+
| -------------------------- | -------------------------- | ----------------------- |
14+
| ![](Screenshot/center_1.gif) | ![](Screenshot/center_2.gif) | ![](Screenshot/bottom_1.gif) |
15+
| Bottom Input | Sidebar | Top Notification |
16+
| ![](Screenshot/bottom_2.gif) | ![](Screenshot/left.gif) | ![](Screenshot/top_1.gif) |
17+
| Top Prompt | Background Color | Code Generation |
18+
| ![](Screenshot/top_2.gif) | ![](Screenshot/background.gif) | ![](Screenshot/code.gif) |
1319

1420

1521

README_CN.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです![『日
1818

1919

2020

21-
22-
23-
24-
2521
## 安装
2622

2723
### Swift Package Manager

README_JP.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ SwiftUI で作られた PopupView は、簡単で使いやすいです!
88

99

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

1319

1420

Screenshot/background.gif

1.02 MB
Loading

Screenshot/background.mp4

4.94 MB
Binary file not shown.

Screenshot/bottom_1.gif

372 KB
Loading

Screenshot/bottom_1.mp4

1.82 MB
Binary file not shown.

Screenshot/bottom_2.gif

886 KB
Loading

0 commit comments

Comments
 (0)