2

I'm using wikitude for my augmented reality mobile app project. I got this problem when my camera in landscape mode.

First attempt:

enter image description here

Second attempt:

enter image description here

Third attempt (problem here):

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Nurdin
  • 23,382
  • 43
  • 130
  • 308

1 Answers1

0

In case this tip might someone. So, in your viewController add following code snippets.

[self.architectView setShouldRotate:YES toInterfaceOrientation:UIInterfaceOrientationLandscapeLeft];
halfer
  • 19,824
  • 17
  • 99
  • 186
happycoder
  • 927
  • 3
  • 13
  • 28