Skip to content

Commit c8e9564

Browse files
committed
update readme
1 parent 70d022a commit c8e9564

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

Example/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,14 @@ This example app demonstrates how to integrate and use the mParticle Rokt kit in
2525
The example app consists of two main screens:
2626

2727
1. **Home Screen (`HomeViewController`)**:
28-
- Displays a simple UI with a button to launch the Rokt experience
29-
- Contains basic styling and layout setup
30-
31-
2. **Sample Screen (`SampleViewController`)**:
32-
- Creates a Rokt embedded view and adds it to the view hierarchy
33-
- Initializes the Rokt integration with user attributes
34-
- Demonstrates how to use callbacks for various Rokt widget events (loading, unloading, size changes)
28+
- Displays a simple UI with a button to launch the Rokt experience
29+
- Creates a Rokt embedded view and adds it to the view hierarchy
30+
- Initializes the Rokt integration with user attributes
31+
- Demonstrates how to use callbacks for various Rokt widget events (loading, unloading, size changes)
3532

3633
### Code Example
3734

38-
Here's the key integration code from `SampleViewController.swift`:
35+
Here's the key integration code from `HomeViewController.swift`:
3936

4037
```swift
4138
MParticle

0 commit comments

Comments
 (0)