pnzr00t

Results 10 comments of pnzr00t

> ![ezgif com-video-to-gif (1)](https://user-images.githubusercontent.com/11924067/71973783-dd8ecc00-3235-11ea-9f27-ea34c3207cf4.gif) > This is a strange issue i am facing, after the ripple effect there comes a smaller dot. Have same problem. Do you solve it? Can...

IPhone SE emulator I found that this bug appear when some one interrupt out animation. For example, animation duration is 1 second, and new VC opened at 0.5 second, then...

Sorry can't post all my modify code, 4k NDA ... Look fade.duration animation.duration and at the end of function beginTracking func ``` aLayer.add(animGroup, forKey: "scale") DispatchQueue.main.asyncAfter(deadline: .now() + MILISECONDS_OF_ANIMATION) {...

I create new SingleValueAreaSeries and other data structure for back compatibility, maybe it be useful https://github.com/tradingview/LightweightChartsIOS/pull/68

As i understood, SingleValueData is not public data structure any more, but maybe we need delete them, or make it visibility as internal? As i see, now SingleValueData is useless

![Screenshot 2024-04-19 at 09 54 57](https://github.com/tradingview/LightweightChartsIOS/assets/9987672/b412ef10-1b44-40e8-8179-97bf397612ac) As i see in diff of 4.x.x. `case barPrice(BarPrice)` is `case lineData(LineData)` now

[traitCollectionDidChange](https://developer.apple.com/documentation/uikit/uitraitenvironment/1623516-traitcollectiondidchange) *traitCollectionDidChange(_:) Deprecated* Use [registerForTraitChanges(_:handler:)](https://developer.apple.com/documentation/uikit/uitraitchangeobservable/4138524-registerfortraitchanges) or [registerForTraitChanges(_:target:action:)](https://developer.apple.com/documentation/uikit/uitraitchangeobservable/4138525-registerfortraitchanges) instead.

Hi, no, i'm not fully solved it, but i create deep link opened with delay, and it's help me. (i think in my case it was some conflict between show...

Same problem with same stack trace. Any idea how to fix?

Or you may do this ``` # ✅ With this modern equivalent: bbox = draw.textbbox( (0, 0), # Anchor at top-left text_without_new_line, font=font, stroke_width=stroke_width, spacing=spacing ) font_width = bbox[2] -...