Released on Nov 28, 2025
<aside> 💡 All migrations to 1.49.x releases you can find in the main sample on GitHub.
</aside>
We’re excited to introduce Lower Thirds to our video editor! This professional feature allows you to add elegant titles to the lower portion of the screen. It's perfect for identifying speakers, showing locations, or sharing key information without interrupting your video.
This is ideal for interview reels, documentary-style content, and Q&A sessions, creating a seamless and engaging viewer experience.
The feature is fully customizable, allowing you to easily change the text, fonts, and colors to match your brand.
<aside> ❗
The feature is not enabled by default. Please follow Migration Guide to enable it.
</aside>



<aside> ❗ Please check out Pull Request with migration changes.
</aside>
CocoaPods
Below is Podfile for 1.49.0 release with Face AR.
source '<https://github.com/Banuba/specs.git>'
source '[<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>](<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>)'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.49.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDK', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
end
Below is Podfile for 1.48.0 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '15.0'
use_frameworks!
target 'Example' do
banuba_sdk_version = '1.49.0'
pod 'BanubaVideoEditorSDK', banuba_sdk_version
pod 'BanubaSDKSimple', banuba_sdk_version
pod 'BanubaARCloudSDK', banuba_sdk_version #optional
pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
end
To enable lower third feature specify corresponding configuration in VideoEditorViewConfiguration