Skip to main content
VESDK/iOS/Guides/User Interface

Configure VideoEditor SDK User Interface

Learn how to configure the VideoEditor SDK interface

Configuration precedence#

The editor UI is divided into different sections. Some members like menuBackgroundColor can be set globally, and if needed locally. That means, that if you set the theme.menuBackgroundColor of the Configuration to black, all tools have that menuBackgroundColor, unless you set another menuBackgroundColor in the specific tool configuration. The following image annotates the most common configuration members. Please note that the background color of the toolbar, which sits at the bottom, is set through a property of the VideoEditViewController or by theme.toolbarBackgroundColor.

Modifying UI elements via closures takes precedence over the configuration of the theme or the custom use of UIAppearance proxies.

Common members