Git Product home page Git Product logo

Comments (5)

fulldecent avatar fulldecent commented on August 22, 2024

Could you please let me know what all of the class variables are at that time?

from fdwaveformview.

solomon23 avatar solomon23 commented on August 22, 2024
(lldb) po [[self image] image]
<UIImage: 0x1702952c0>, {960, 168}

(lldb) po [self image]
<UIImageView: 0x15d6c10f0; frame = (0 0; 0 0); opaque = NO; userInteractionEnabled = NO; layer = <CALayer: 0x17442c9a0>>

(lldb) po [self doesAllowScroll]
NO

(lldb) po [self doesAllowStretch]
NO

(lldb) po [self doesAllowScrubbing]
NO

(lldb) po [self zoomEndSamples]
990720

(lldb) po [self zoomStartSamples]
<nil>

(lldb) po [self progressSamples]
<nil>

(lldb) po [self totalSamples]
990720

(lldb) po self
<FDWaveformView: 0x15d6ba1f0; frame = (0 12; 320 42); clipsToBounds = YES; gestureRecognizers = <NSArray: 0x17425a880>; layer = <CALayer: 0x174620c80>>

(lldb) po [[UIScreen mainScreen] scale]
<UIScreen: 0x15d506320; bounds = {{0, 0}, {320, 568}}; mode = <UIScreenMode: 0x174221260; size = 640.000000 x 1136.000000>>

    if (self.image.image.size.width < self.frame.size.width * [UIScreen mainScreen].scale * horizontalMinimumOverdraw)

960 < 320 * 2 * 2 ( 1280) == always true

from fdwaveformview.

JuanPabloBoero avatar JuanPabloBoero commented on August 22, 2024

@solomon23 could you please confirm that this issue continues to happen?

from fdwaveformview.

solomon23 avatar solomon23 commented on August 22, 2024

Sorry, I'm off that project :/

from fdwaveformview.

fulldecent avatar fulldecent commented on August 22, 2024

Will close for now. Can reopen if someone else has a reproducible test case.

from fdwaveformview.

Related Issues (20)

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.