swift5
Here are 1,637 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Swift
-
Updated
Apr 9, 2021 - Swift
-
Updated
Jun 29, 2019 - Swift
-
Updated
Mar 14, 2021 - Swift
Expire sessions
Sessions currently live forever :-) This "just" needs a proper timer.
-
Updated
Apr 12, 2021 - Swift
-
Updated
Feb 6, 2021 - Swift
-
Updated
Apr 5, 2021 - Swift
-
Updated
Apr 7, 2021 - Swift
-
Updated
Feb 15, 2021 - Swift
-
Updated
Apr 9, 2021 - Swift
-
Updated
Apr 22, 2018 - C
-
Updated
Aug 5, 2020 - Swift
-
Updated
Oct 26, 2020 - Swift
-
Updated
Mar 27, 2021
-
Updated
Mar 31, 2019 - Swift
-
Updated
Jul 14, 2020 - Swift
anyways to blur
Are there anyways to add blur to the background. of the alert.
-
Updated
Jan 8, 2021 - Swift
-
Updated
Jan 29, 2021 - Swift
-
Updated
Dec 9, 2019 - Swift
-
Updated
Apr 11, 2021 - Swift
-
Updated
Jan 25, 2021 - Swift
-
Updated
Jul 25, 2020 - Swift
I am trying to append badgehub onto a UIImageView. The badge is appearing however when it reaches the corner; it stays behind the imageview or view and just hides away.
I tried setting the z-index however that doesn't seem to be affecting anything. Anyone else having this issue? Or found a solution. Cheers
let hub = BadgeHub(view: cell.contentView) // Initially count set to 0
hub.hubVie
-
Updated
Apr 1, 2021 - Swift
-
Updated
Jan 10, 2021 - Objective-C
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."
If you want to work with a complete socket address type including port, we have a helper in
SocketAddress. However, the moment you want to talk only about an IP address we force you to hold anin_addrorin_addr6structure: hardly the friendliest versions of these data types.We should provide a helpful wrapper
IPAddresstype that can be converted into those types as needed. This would