DS.undeaD_D

Results 7 issues of DS.undeaD_D

When PullToRefresh is activated the Bars get drawn at the exact Position. But shortly after that the Navigationbar shrinks back to its minimum Size (when pulled too far). The Already...

Add the ability to change the UIVisualEffectView style _MessageViewController.swift_ `private lazy var blurView: UIVisualEffectView = .init(effect: UIBlurEffect(style: .extraLight))` --- There is currently no way to change the ".extraLight" to any...

Code in question: _CameraViewController.swift_ ``` public var showsCameraButton: Bool = false { didSet { cameraButton.isHidden = showsCameraButton } } ``` Input **true** -> CameraButton is **hidden** Input **false** -> CameraButton...

**Q: Is your feature request related to a problem? Please describe.** A: Some Strings are hardcoded ( "avg.", "No data available", ... ) with no way to change them. **Q:...

I needed to navigate to a hidden viewcontroller inside more view programmatically. Had to change visibility of the moreViewControllers variable to public and create a public wrapper function of the...

**Describe the bug** - Textures were rendering fine with v1.8.1 on iOS. - Downgrading from 1.8.2 to 1.8.1 breaks the Android App though ( blue background ). - Updating to...

converting 6-digit hex colors into 3-digit hex colors #2F4487 -> #348 ( with the help of tools like: https://veli.ee/hextriplets ) breaks the scoring system ( undefined values ) and sometimes...