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

Add ABVideoRangeSlider view programmatically #14

Open
Devangbhatt93 opened this issue Jun 1, 2018 · 0 comments
Open

Add ABVideoRangeSlider view programmatically #14

Devangbhatt93 opened this issue Jun 1, 2018 · 0 comments

Comments

@Devangbhatt93
Copy link

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

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

1 participant