Skip to content

Commit 2e07e08

Browse files
Merge pull request #60 from dynamsoft-docs/preview
update to internal commit f82d8cd5
2 parents 12b5e2d + b92ebd3 commit 2e07e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/ios/primary-api/camera-enhancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,11 @@ Select a camera with a camera position.
740740
>
741741
>1.
742742
```objc
743-
- (BOOL)selectCameraWithPosition:(DSCameraPosition)position error:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(selectCameraWithPosition(_:));
743+
- (BOOL)selectCameraWithPosition:(DSCameraPosition)position error:(NSError * _Nullable * _Nullable)error;
744744
```
745745
2.
746746
```swift
747-
func selectCameraWithPosition(_ position: CameraPosition) -> BOOL
747+
func selectCamera(with position: CameraPosition) throws
748748
```
749749

750750
**Parameters**

0 commit comments

Comments
 (0)