VideoTimelineView icon indicating copy to clipboard operation
VideoTimelineView copied to clipboard

Control timeline width

Open summonerriftofficial opened this issue 3 years ago • 1 comments

Screen Shot 2021-07-12 at 6 18 17 PM

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

Screen Shot 2021-07-12 at 6 19 10 PM

Can't just make it small and not related to frame height,

summonerriftofficial avatar Jul 12 '21 15:07 summonerriftofficial

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.

tazimete avatar Apr 11 '22 08:04 tazimete