Skip to content

Commit

Permalink
docs : update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Jul 6, 2021
1 parent e5cdebe commit 001948c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pod 'iamport-ios', '~> 1.0.0-dev06'
Iamport.payment 를 통해 결제 요청시 새로운 UIViewController 가 열리고,
내부적으로 WebView 를 생성하여 전달해주신 parameters 를 통해 결제창을 열고 있습니다.

그러나 요청에 따라 개발의 자유도를 드리기 위해 WebView Mode, MobileWeb Mode 두가지가 추가되었습니다. ( <= 1.0.0-dev05 )
그러나 요청에 따라 개발의 자유도를 드리기 위해 WebView Mode, MobileWeb Mode 두가지가 추가되었습니다. ( <= 1.0.0-dev06 )

### 1. WebView Mode

Expand Down Expand Up @@ -352,6 +352,15 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
## 💡 샘플앱
- SwiftUI 로 작성(Target iOS 13)
- [UIKit 에제](./Example/iamport-ios/ViewController.swift)
<p float="left">
<img src="./img/ios_chai.webp">
<img src="./img/ios_inicis.webp">
<img src="./img/ios_cert.webp">
</p>
[앱 소스 확인 경로](./Example/iamport-ios)
Expand Down
Binary file added img/ios_cert.webp
Binary file not shown.
Binary file added img/ios_chai.webp
Binary file not shown.
Binary file added img/ios_inicis.webp
Binary file not shown.

0 comments on commit 001948c

Please sign in to comment.