Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control timeline width #6

Open
summonerriftofficial opened this issue Jul 12, 2021 · 1 comment
Open

Control timeline width #6

summonerriftofficial opened this issue Jul 12, 2021 · 1 comment

Comments

@summonerriftofficial
Copy link

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,

@tazimete
Copy link

tazimete commented Apr 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants