- Home /
How to place UI over native iOS view?
I created a native iOS plugin which creates a new UIView and adds it to main window. My canvas with all UI elements is covered by this new UIView and I need the canvas to be in front of it. How to achieve this? Thanks.
UPD: I can put iOS view above or under the Unity view. However, I'd like newly created iOS view to be visible under Unity view. Now it seems that Unity view clears everything behind it. Setting camera clear flags to Don't clear doesn't help.
I'm working on the same subject. In your post you said "I can put iOS view above or under the Unity view" how did you achieve that ? Cheers.
Answer by vbaillet · Jan 17, 2018 at 10:59 AM
@madfatcat I'm working on the same subject. in your post, you said "I can put iOS view above or under the Unity view." How did you achieve that ?
Your answer
Follow this Question
Related Questions
Custom swift framework in Unity iOS game 0 Answers
Handle sound inside native unity iOS plugin 0 Answers
Unity 2017.1 .NET 4.6 Plugin - System.Runtime assembly not allowed to be included? 3 Answers
Low-level native plugin interface can not work on mobile 0 Answers
LocationService Delegate callback access 0 Answers