swift5
Here are 1,114 public repositories matching this topic...
-
Updated
Jun 6, 2020 - Swift
-
Updated
Jun 29, 2019 - Swift
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 +
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Jun 16, 2020 - Swift
-
Updated
Feb 12, 2020 - Swift
How do I use the values set in the drop down views to sort the tableView of the main controller?
There is no example code that does this and neither is there documentation. Is it supported or is this framework purely front-end?
-
Updated
Apr 22, 2018 - C
-
Updated
Oct 10, 2019 - Swift
-
Updated
May 4, 2020 - Swift
When the construct type is a class the user should be able to request for an init function for the class that takes all the attributes declared in the class as parameters and sets them to their corresponding attribute in the class.
- An additional checkbox should be provided in the UI (enabled only when the construct is of type
class). - The CLI should also provide a similar option.
F
-
Updated
Dec 9, 2019 - Swift
-
Updated
Apr 13, 2019 - Swift
When I set a navigation bar like below, the icon gets cut off.
let settingsBarButton = UIBarButtonItem()
settingsBarButton.setIcon(icon: .emoji(.gear), iconSize: 30)
navigationItem.rightBarButtonItems = [settingsBarButton]Not sure what's wrong since the example in
-
Updated
Nov 23, 2019 - Swift
Add a new convenience initializer for UIBarButtonItem so that it enable user to add Badge on Bar Button Item!
-
Updated
May 4, 2020 - Swift
Hi!
First of all, congratulations on this extremely useful library.
I would like to ask you to improve your documentation regarding custom attributes.
I spent some hours trying to do something that I didn't know if was really possible to do with SoapEngine and with some liberal interpretation of some messages exchanges I ended up finding out how to do it, but it would be SOOOO much easier
-
Updated
Oct 1, 2019 - Swift
-
Updated
Jun 18, 2020 - Swift
With curl's --resolve option, it should supports IP based SNI.
Ref https://curl.haxx.se/docs/manpage.html#--resolve
-
Updated
Apr 23, 2020 - Swift
Improve this page
Add a description, image, and links to the swift5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift5 topic, visit your repo's landing page and select "manage topics."



ByteBufferViewis aCollectionofUInt8which "views" into aByteBuffer. Right now, we basically only implement thesubscriptwhich vends individual bytes. That's good enough to implementCollection/Sequence(and a bunch of more specialised sub-protocols) but it's not very fast at all.Especially methods like
firstIndex(of:)orfirstIndex(where:)will be very slow because it'l