WTRenderingConfiguration Class Reference

Inherits from NSObject
Declared in WTRenderingConfiguration.h

Overview

Base object used to configure rendering within the Wikitude Native SDK.

– view

Method that returns a pre configured View object appropriate for the rendering API selected that can be added to the view hierarchy.

This method is only relevant when using the Wikitude Native SDK with Internal rendering and will return nil otherwise.

- (UIView *)view

Return Value

UIView A weak pointer to a view.

Discussion

Please note that the returned pointer is of type weak and the view should either be added to the view hierarchy within the scope of the calling method or retained (assigned to a strong property) until the view was added to the view hierarchy.

Declared In

WTRenderingConfiguration.h