Daniel Klöck
Daniel Klöck
The background color get's overwritten with white. ### New Issue Checklist - [x] I updated Animoji to the latest version. - [x] I read the [Contribution Guidelines](https://github.com/efremidze/Animoji/blob/master/.github/CONTRIBUTING.md). - [x] I...
When drawing many items, for example with something like: ``` WrappingHStack(1...50) { Text("Item: \($0)") } ``` it takes way too long to draw.
This code returns text with a size of around 15: let markdown = SwiftyMarkdown(string: myString) markdown.setFontSizeForAllStyles(with: 5.0) markdown.setFontColorForAllStyles(with: UIColor.red) return markdown.attributedString() on iOS 13.4.1 (iPhone 11 Pro)
Is it even possible to set the y range? I have set baseValueForYAxisOnLineGraph and incrementValueForYAxisOnLineGraph, after looking into the code I found out that autoScaleYAxis has to be activated too,...
Contains PR #21 + Migration to Swift 5
feat: ability to handle badges. Aka. issue #19 + small refactoring: Tabbable is used directly at custom styles (changes the interface slightly => Major version change if you use semver)
It would be nice to have the possibility to show a badge on a tabBar icon if needed/wanted. The idea would be to extend `TabItemStyle` with a `badgeNumber: Int?` parameter,...
Fails when downloading many files (about 10 MB) with Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." However, it downloads correctly until it gets to some kind of limit. (It seems...