Skip to content

Control timeline width #6

@summonerriftofficial

Description

@summonerriftofficial

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions