Commit eb3e240
Webview example (#606)
* Added a WebView example with a table view,
* Added README.md (adapted from RN webview_example).
* Comments and some refactoring.
* Use a font that actually exists.
* Use initSession callback with BUO, BranchLinkProperties. Added initializer PlanetData(branchUniversalObject: BranchUniversalObject).
* Added comments in Podfile.
* Added App Icon and Launch Screen.
* Registered view event in viewDidAppear: as recommended in docs.1 parent 113a1ce commit eb3e240
File tree
74 files changed
+1609
-0
lines changed- Examples/WebViewExample
- WebViewExample.xcodeproj
- project.xcworkspace
- WebViewExample.xcworkspace
- WebViewExample
- Assets.xcassets
- AppIcon.appiconset
- Earth.imageset
- Jupiter.imageset
- Mars.imageset
- Mercury.imageset
- Neptune.imageset
- Pluto.imageset
- Saturn.imageset
- Uranus Launch.imageset
- Uranus.imageset
- Venus.imageset
- Base.lproj
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1609
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments