jminutaglio

Results 14 issues of jminutaglio

MarqueeLabel has been updated to `4.1.x` , but NotificationBanner is dependent on the `4.0.x`version and prevents the update... Can this be addressed? TY in advance!

I have a view that has rotated cells, simulating cards played out. the cells are rotated randomly: ``` if rotateCells { let randomInt = Int.random(in: -17..

## ✍🏻 Issue Description Errors in Haptics.swift with changes in Xcode 13. specifically: Enum cases with associated values cannot be marked potentially unavailable with '@available' ## 💻 Environment - **Xcode...

The latest release(s) isn't showing in Cocoapods:

SWXMLHash 6.0.0 renames the main class from SWXMLHash to XMLHash. This impacts Macaw in SVGParser -> parse() changing to (lines 135-150) resolves: ``` fileprivate func parse() throws -> Group {...

I'm seeing that cells are not centered in RotateInOut (and other animators) - meaning at the center position of the scroll - using isPagingEnabled - the cell is rotated. ```...

``` iOS 13.4.1 Xcode Version 11.4.1 (11E503a) iPhone 11 (simulator) FlowingMenuExample code ``` On the demo project, when returning from the menu, the display is a black screen, not the...

When prompting for user access, can the app name/bundle name be changed? And the access text? Is it a variable or configurable via info.plist? In this modal:

Regarding: ``` // MARK: - Detecting Screen size in Inches extension Screen { public var sizeInches: Double? { switch (height, scale) { case (480, _): return 3.5 case (568, _):...

hi - thank you for making this excellent project! I'm having an issue with the compress option. it doesn't show the screen image. ``` iOS 13.4.1 Xcode Version 11.4.1 (11E503a)...