Hey guys. I’m trying to implement a terms of service in my app. I’m having issues displaying a close button that overlays the experimental::ui::webview class. I’ve looked at the example. They inherit their view from UIScene but this isn’t included in the cocos2dx sdk. I’m fairly new to cocos2dx and don’t quite understand where they are getting UIView.h from. Thanks for the help.
Ultimately it appears in the test case the web view and other components are being added to a Layout component created in UIScene. So perhaps I can bypass UIScene and create my own Layout component.