undeaD_D

Results 9 issues of 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...

Pull request #334 is still not active on cocoapods.org, even though it was merged and released as "12.0.4" [Cocoapods.org Repo](https://cocoapods.org/pods/SDCAlertView#changelog) Latest version is still "12.0.3"

Added dynamic title bar tinting based on the currently active file and its folder, matching the colors defined in folder-path-color.folders. Also added complementary title bar text coloring. You may not...