Skip to main content

Cover image

The cover image screen allows users to pick any frame of the video as an image or choose an image from the gallery.

This screen can be turned on or off by changing the isVideoCoverSelectionEnabled field of FeatureConfiguration:

let config = VideoEditorConfig()
config.featureConfiguration.isVideoCoverSelectionEnabled = false

To change the UI elements of the screen (icons, colors, etc.), please, modify the default values of VideoCoverSelectionConfiguration:

let config = VideoEditorConfig()
config.extendedVideoCoverSelectionConfiguration.doneButton.textConfiguration?.color = UIColor.red

You can override the following string resources in your app:

KeyDefault value
Choose Cover Screen NameThumbnail
cover.thumbnail.titleChoose a thumbnail
cover.gallery.button.titleChoose from Gallery
cover.delete.button.titleDelete
CancelCancel
DoneDone