-
Updated
May 18, 2020 - Swift
swift-5
Here are 83 public repositories matching this topic...
-
Updated
Oct 10, 2019 - Swift
Context 🕵️♀️
A pattern that I have seen when developers use the library is that they create new objects and forget to add them to the pbxproj. As a result, the write fails because those objects are not attached to any project.
What 🌱
I think we can improve the API to codify that requirement so that developers don't need to think about that. CocoaPods' xcodeproj does it like that and
Linux compatibility
-
Updated
May 14, 2020 - Swift
-
Updated
May 21, 2020 - Swift
-
Updated
May 13, 2020 - Python
Add Hue slider
To be used with saturation slider as and alternative to hue-saturation palette.
-
Updated
May 22, 2020 - Swift
-
Updated
May 22, 2020 - Swift
-
Updated
Dec 20, 2019 - Swift
-
Updated
May 18, 2020 - Swift
-
Updated
Mar 5, 2020 - Swift
-
Updated
Jan 19, 2020 - Swift
Debug Logging is either done or not done. This can be a problem if some calls have long responses, which can cause Xcode to hang.
Idea 1: allow Calls to specify whether debug logging should be done or not
Idea 2: cap length of bodies for debug logging (configurable)
-
Updated
Jun 17, 2019 - Swift
-
Updated
Jun 11, 2019 - Swift
-
Updated
Mar 13, 2020 - Swift
-
Updated
Apr 16, 2020 - Swift
-
Updated
Apr 7, 2020 - Swift
-
Updated
Dec 15, 2019 - Swift
-
Updated
Feb 7, 2020 - Swift
-
Updated
Mar 28, 2020 - Swift
Improve this page
Add a description, image, and links to the swift-5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-5 topic, visit your repo's landing page and select "manage topics."
CSS has the ability to allow proportional margin and padding:
https://webplatform.github.io/docs/guides/the_css_layout_model/#Proportional-margins-and-padding-in-the-W3C-box-model
I was wondering if it is possible to implement a similar concept with edges. For example, if I wanted my top margin of a subview to its superview to be 20% of the superview height (i.e. subview.top = superview.top +