-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

