You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @summonerriftofficial, @Tomohiro-Yamashita , @JoshR604 , The second screenshot UI (including audio, text, voice view) is available in this library? If not how can i get this timeline view (like Second screenshot including audio, text, voice view) ? A reply will be highly appreciated.
let frame = CGRect(x: 0, y: 0, width: timelineView.frame.width, height: 200)
videoTimelineView.frame = frame
videoTimelineView.new(asset: item)
videoTimelineView.repeatOn = false
videoTimelineView.setTrimIsEnabled(false)
videoTimelineView.setTrimmerIsHidden(true)
timelineView.addSubview(videoTimelineView)
but I need to make it small it looks too big when the height get increase
Can't just make it small and not related to frame height,
The text was updated successfully, but these errors were encountered: