Skip to content

Add ABVideoRangeSlider view programmatically  #14

@Devangbhatt93

Description

@Devangbhatt93

I have tried to add ABVideoRangeSlider view programmatically with the custom frame but not able to get a view as per you have show design in a demo

var rangeSlider = ABVideoRangeSlider()
self.rangeSlider.frame = CGRect(x: 16, y: 50, width: UIScreen.main.bounds.width - 16, height: 70.0)
self.view.addSubview(self.rangeSlider)

simulator screen shot - iphone x - 2018-06-01 at 17 10 33

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions