-
Updated
Aug 11, 2021 - Swift
swift-package-manager
Here are 935 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
The existing SwifterSwift extension MKPolyline.coordinates uses method getCoordinates that is defined in MKMultiPoint and not in MKPolyline.
MKPolyline extends MKMultiPoint.
The negative effect is that this extension is not available in all subclasses of MKMultiPoint where this extension makes sense, namely MKPolygon
**Descr
-
Updated
Jul 22, 2021 - Swift
-
Updated
Aug 17, 2021 - Swift
-
Updated
Aug 13, 2021 - Swift
-
Updated
Aug 8, 2021 - Swift
-
Updated
May 27, 2021 - Swift
-
Updated
Aug 13, 2021 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Dec 10, 2020 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Jul 28, 2021 - Swift
Example: https://www.jbhifi.com.au/products/playstation-4-biomutant
Repeats the first and second image rather than showing all 4.
Currently, the framework is lagging unit testing. Add some unit test.
-
Updated
May 15, 2021 - Swift
-
Updated
Feb 4, 2021 - Swift
-
Updated
Aug 10, 2021 - Swift
-
Updated
Jul 31, 2021 - Swift
-
Updated
Jul 9, 2021 - Swift
-
Updated
Jul 15, 2021 - Swift
-
Updated
Aug 15, 2021 - Swift
-
Updated
Jun 26, 2021 - Swift
-
Updated
Jul 4, 2021 - Swift
-
Updated
Nov 1, 2020 - Swift
Help welcome to add more tests :)
-
Updated
Aug 3, 2021 - Swift
-
Updated
Jul 22, 2020 - Swift
Improve this page
Add a description, image, and links to the swift-package-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-package-manager topic, visit your repo's landing page and select "manage topics."
lastLineFillPercent
by design is limited to multiline text views. It's mostly due to the following lines within thecalculatedWidthForLine
function:I believe removing the
totalLines != 1
would be enough to enable fill percent for one-line text views