The Wayback Machine - https://web.archive.org/web/20200620081116/https://github.com/topics/swift5
Skip to content
#

swift5

Here are 1,114 public repositories matching this topic...

weissi
weissi commented Feb 6, 2020

ByteBufferView is a Collection of UInt8 which "views" into a ByteBuffer. Right now, we basically only implement the subscript which vends individual bytes. That's good enough to implement Collection/Sequence (and a bunch of more specialised sub-protocols) but it's not very fast at all.

Especially methods like firstIndex(of:) or firstIndex(where:) will be very slow because it'l

winstondu
winstondu commented Aug 28, 2019

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 +

insanoid
insanoid commented Aug 7, 2019

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

MartinP7r
MartinP7r commented Sep 16, 2018

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]

image

Not sure what's wrong since the example in

SOAPEngine
felipeferri
felipeferri commented Feb 4, 2017

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

Improve this page

Add a description, image, and links to the swift5 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swift5 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.