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 b6a5466 + 5080b93 commit edefe52Copy full SHA for edefe52
_includes/dceNav.html
@@ -29,7 +29,6 @@
29
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
30
</li>
31
</ul>
32
- <a class="downloadBtn fr hide-lg textUpperCase" href="{{site.download}}">Download Free Trial</a>
33
</div>
34
35
enums/camera-position.md
@@ -34,9 +34,9 @@ public @interface EnumCameraPosition {
typedef NS_ENUM(NSInteger, DSCameraPosition)
{
36
/** The back-facing camera. */
37
- EnumCameraPositionBack = 0,
+ DSCameraPositionBack = 0,
38
/** The front-facing camera. */
39
- EnumCameraPositionFront = 1
+ DSCameraPositionFront = 1
40
};
41
```
42
>
0 commit comments