File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ You'll need to add the `LinkingIOS` folder into your header search paths as desc
156
156
<TabItem value =' swift ' label =' Swift ' default >
157
157
158
158
``` swift
159
- override func application (_ app : UIApplication, open url : URL, options : [UIApplication.OpenURLOptionsKey : Any ] = [: ]) -> Bool {
159
+ func application (_ app : UIApplication, open url : URL, options : [UIApplication.OpenURLOptionsKey : Any ] = [: ]) -> Bool {
160
160
return RCTLinkingManager.application (app, open : url, options : options)
161
161
}
162
162
```
@@ -184,7 +184,7 @@ If your app is using [Universal Links](https://developer.apple.com/ios/universal
184
184
<TabItem value =' swift ' label =' Swift ' default >
185
185
186
186
``` swift
187
- override func application (
187
+ func application (
188
188
_ application : UIApplication,
189
189
continue userActivity : NSUserActivity,
190
190
restorationHandler : @escaping ([UIUserActivityRestoring]? ) -> Void ) -> Bool {
You can’t perform that action at this time.
0 commit comments