Norman Franke
Norman Franke
This is still a problem with a fresh install of Xcode 13 on ARM Macs.
I later read the README that says "and require XCFrameworks when building on an Apple Silicon Mac" which does fix the issue (while causing others.)
I noticed this as well. I was forced to remove it from my extension.
Under iOS 15 the isTransparent no longer works. See https://developer.apple.com/forums/thread/682420
Set the background color of your rows to white.
I have the same problem. It appears that it receives a kCFStreamEventEndEncountered, but then just stops the stream instead of letting it finish playing. In addition, the progress field doesn't...
I have two buttons in an alert and neither work after rotating. This happens from portrait -> landscape and landscape -> portrait. Rotating back to the original orientation allows the...
I believe the problem is that the library doesn't set the autoresizingMask. If you add this code after showing a view, everything works just fine: ``` for sv in alertView.view.subviews...
See this from the Objective C port of this library: https://github.com/dogo/SCLAlertView/pull/261
It's listed as a "What this Library Doesn't Do" in the readme. I was wondering if you couldn't write one's own animation block to do that, however.