Giter Club home page Giter Club logo

tiktok's People

Contributors

nidhik avatar

Stargazers

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

Watchers

 avatar  avatar

tiktok's Issues

Couldn't build

Hi,

There were some build issues I was hoping you could help with:

/Users/.../Downloads/tiktok-master/Pods/Target Support Files/Pods-TikTok/Pods-TikTok.debug.xcconfig: unable to open file (in target "TikTok" in project "TikTok")

Unable to load contents of file list: '/Target Support Files/Pods-TikTok/Pods-TikTok-frameworks-Debug-input-files.xcfilelist'

Unable to load contents of file list: '/Target Support Files/Pods-TikTok/Pods-TikTok-frameworks-Debug-output-files.xcfilelist'

If i keep videonode of PostNode to ShouldAutoPlay to true...then even if i scroll down..it still playes old video.

Hey Hi, I am stuck at issue of scrolled videos still playing when even if its not visible..
I have tried to pasue it in Tablenode's delegate method , also tried method of PostNode still its keeps playing for videos which are not visible...in my app i am having single video on screen at time.
this is below code
videoNode.url = getThumbnailURL(post: post)
videoNode.shouldAutoplay = true
videoNode.shouldAutorepeat = true
// The player should preserve the video’s aspect ratio
videoNode.gravity = AVLayerVideoGravity.resizeAspectFill.rawValue

    // Since nodes are not created on the main thread, make sure to set the asset on the main thread
    DispatchQueue.main.async {
        self.videoNode.asset = AVAsset(url: self.getVideoURL(post: post)!)
    }

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.