Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/tracking-methods/sdks/swift/swift-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let updatedDistinctId = ""
Mixpanel.mainInstance().identify(distinctId: updatedDistinctId)
```

2) If variant assignment keys or properties used in Runtime Targeting change during the lifetime of your application, you can manually reload flags by updating the context:
2) To refresh flag variants that may have changed during the lifetime of your app, you can manually reload flags.

```swift
Mixpanel.mainInstance().flags.loadFlags()
Expand Down