Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
Creating iOS layout over ARchitectView
F
Filip Chwastowski
started a topic
over 10 years ago
Creating iOS layout over ARchitectView
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
F
Filip Chwastowski
said
over 10 years ago
Hey,
is there a "proper" way to add UI elements, like UIButton on top of architect view? So I can i.e. add two buttons, to stop/load another html?
best regards
Filip
A
Aamir Ali
said
over 10 years ago
Hi Filip,
I also faced same kinda issue, I am also using of the them.
Use of HTML button or Div inside the architectView(HTML Resource file) and an-other option which i explored recently, it is:
Lets say you've a button referece in your viewcontroller like testButton which frame & selector set programtically like
testButton.frame = CGRectMake(50.0,150.0,30.0,60.0);
Now Where you are adding architectView into Viewcontroller right after that line add this button into architectView.
;
;
It will show on top of architectView but only issue is about co-oridnates system if your application supporting both potrate & landscape mode.
Best of Luck...!
Regards!
Aamir Ali
Sr. iOS Developer @ Time Group Ltd
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3861 topics
© 2021 Wikitude, a Qualcomm company
Filip Chwastowski