We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b5e2d + b92ebd3 commit 2e07e08Copy full SHA for 2e07e08
programming/ios/primary-api/camera-enhancer.md
@@ -740,11 +740,11 @@ Select a camera with a camera position.
740
>
741
>1.
742
```objc
743
-- (BOOL)selectCameraWithPosition:(DSCameraPosition)position error:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(selectCameraWithPosition(_:));
+- (BOOL)selectCameraWithPosition:(DSCameraPosition)position error:(NSError * _Nullable * _Nullable)error;
744
```
745
2.
746
```swift
747
-func selectCameraWithPosition(_ position: CameraPosition) -> BOOL
+func selectCamera(with position: CameraPosition) throws
748
749
750
**Parameters**
0 commit comments