Code Monkey home page Code Monkey logo

abvideorangeslider's People

Contributors

oscarjiv91 avatar tdelhaise avatar thetrevorharmon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

abvideorangeslider's Issues

Video thumbnails are not updating in trimmer'view

I have added following code for trimmer in viewWillAppear:

videoRangeSlider.delegate = self
videoRangeSlider.setVideoURL(videoURL: url)
videoRangeSlider.minSpace = 0.0
videoRangeSlider.maxSpace = 20.0
videoRangeSlider.setStartPosition(seconds: 0.0)
videoRangeSlider.setEndPosition(seconds: 20.0)

When i comes to trimmer screen first time then this code updates the video thumbnail in trimmer's view. Then i move to the next screen for further advance video editing. After advance editing i do update my URL of video. Then if i navigate back to trimmer screen, video thumbnails are not updating. Sometimes thumbnails are updating and sometimes not.

Add ABVideoRangeSlider view programmatically

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

Start and End labels overlaps

I am using this trimmer for my project and my requirement for minimum video seconds is 1 sec when a large video comes up then the start and end labels overlap with each other could you please suggest some solution for that.

Issue in implementing Delegate

Issue in implementing Delegate 'ABVideoRangeSliderDelegate'. Not found error is shown when trying to implement the delegate in objective c code.

Crashing app

While i try to dismiss the viewcontrller where i used ABVideoRangeSlider my app crash and am getting this in log.

An instance 0x10445e320 of class ABVideoRangeSlider.ABVideoRangeSlider was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x174039880> (
<NSKeyValueObservance 0x174251550: Observer: 0x10445e320, Key path: bounds, Options: <New: NO, Old: NO, Prior: NO> Context: 0x0, Property: 0x1742515b0>
)'

UI API called on a background thread

I got an error message when function "thumbnailCount" is called:

Main Thread Checker: UI API called on a background thread: -[UIView frame][...]

Apparently, just calling this function inside the main thread seems to eliminate the error message.

I'm running on Swift 4, Xcode 9.2.

Moving DraggableView Bug

When moving the draggableView to quickly and touching either the beginning or end of the slider itself, the entire slider continues to grow in width.

Get "module compiled with Swift 4.0 cannot be imported in Swift 3.1"

Hi guys, please can you help me with this error.

I have written my app on Xcode 9 (with iOS 11) but now I need to ship to TestFlight so I have to build the app with Xcode 8 (not beta version).

I have installed ABVideoRangeSlider with Cocoapod and I've already tried to clean pod, re-install, re-update. Everything!

When I try to compile I get this error for ABVideoRangeSlider

module compiled with Swift 4.0 cannot be imported in Swift 3.1

How can I solve this? Have you got any idea about why I can't compile in S3?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.