Skip to content

Commit 3e4ae2b

Browse files
committed
Merge branch 'master' of github.com:minsOne/minsOne.github.io
2 parents 61142c7 + fc760f0 commit 3e4ae2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2024/05/2024-05-11-ios-wkwebview-webpage-communication-3-plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ webViewManager.set(plugins: [loadingPlugin, paymentPlugin])
262262

263263
웹페이지에서 전달받은 Action을 수행하는 코드를 Plugin으로 분리하는 방식은 코드를 더욱 쉽게 유지하고 관리할 수 있게 해주며, Action을 처리하는 코드를 더욱 간결하게 작성할 수 있습니다.
264264

265-
[예제 코드](https://github.com/minsOne/Experiment-Repo/tree/master/20240511)
265+
* [예제 코드](https://github.com/minsOne/Experiment-Repo/tree/master/20240511)
266+
* [JSInterfacePluginContainer-iOS](https://github.com/minsOne/JSInterfacePluginContainer-iOS)
266267

267268
## 참고자료
268269

0 commit comments

Comments
 (0)