Frederick Pietschmann

Results 11 issues of Frederick Pietschmann

Without this change, it would not be possible to build Validator with Xcode 10.3. One may argue that SPM is only integrated starting with Xcode 11 (which includes Swift 5.1),...

I can't find the option to specify groups without folders. Is that just me being stupid or is that option really missing? Here's the current structure as generated from my...

As can be seen [here](https://developer.apple.com/sf-symbols/), there will be a new version of SF Symbols: **SF Symbols 4**. Currently, the SF Symbols 4 app isn't available to download, but it probably...

enhancement
good first issue

This reverts the interface of the `dequeueCell` method as discussed [here](https://github.com/Flinesoft/HandyUIKit/commit/3353856a1d50df5ffd370ded078c1a21ffb18a68#r40166532). After this is merged, it should be published in a new release as soon as possible.

The change should be self-explanatory ;)

I propose to add the following `extension` to `UIApplication`, taken from [this article](https://rambo.codes/ios/quick-tip/2019/12/09/clearing-your-apps-launch-screen-cache-on-ios.html): ``` public extension UIApplication { func clearLaunchScreenCache() { do { try FileManager.default.removeItem(atPath: NSHomeDirectory()+"/Library/SplashBoard") } catch { print("Failed...

I'm opening this issue as I'm quite disappointed how some **community suggestions are treated** by the project maintainers. I want to start by saying that **I understand the complexity involved...

enhancement

In the release documentation, a step should be added that describes the need for a locally run `pod spec lint` before the start of the release. While the lint is...

documentation