-
Updated
Jul 13, 2021 - Swift
#
swift-package-manager
Here are 927 public repositories matching this topic...
Elegant HTTP Networking in Swift
swift
networking
xcode
cocoapods
carthage
swift-package-manager
alamofire
request
response
urlsession
certificate-pinning
public-key-pinning
urlrequest
httpurlresponse
parameter-encoding
swift
ios
instagram
facebook
uitableview
uicollectionview
skeleton
placeholder
animation
carthage
swift-package-manager
loading
ios-animation
gradients
hacktoberfest
loading-animations
loading-animation
redacted
ios-uiview
facebook-animation
-
Updated
Jul 23, 2021 - Swift
Notify users when a new version of your app is available and prompt them to upgrade.
-
Updated
Jul 22, 2021 - Swift
An extension to the standard SwiftUI library.
macos
swift
color
library
framework
swift-package-manager
toolbar
progressbar
scroll
compatibility
control-flow
textview
attributedstring
swiftui
-
Updated
Jul 29, 2021 - Swift
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
-
Updated
Jul 30, 2021 - Swift
macos
swift
ios
calendar
cocoapods
swift-package-manager
ios-swift
ios-ui
ios-lib
catalyst
ios-calendar
calendarkit
-
Updated
Jul 15, 2021 - Swift
A license list generator of all your dependencies for iOS applications
cli
productivity
commandline
ios
settings
automation
xcode
swift-package-manager
license
license-management
licenses
-
Updated
May 27, 2021 - Swift
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
swift
ios
ui
cocoapods
carthage
swift-package-manager
switch
swift-3
customizable
cocoa
ui-element
uiswitch
uisegmentedcontrol
segmentedcontrol
swift-4
swift4
swift5
swift4-1
swift5-1
-
Updated
Jun 8, 2021 - Swift
Random data generation in Swift
testing
macos
linux
swift
ios
cross-platform
math
watchos
cocoapods
protocol
carthage
random
swift-package-manager
random-generation
-
Updated
Nov 6, 2018 - Swift
AppIcon generates *.appiconset contains each resolution image for iOS
-
Updated
Dec 10, 2020 - Swift
swift
swift-library
swift-playgrounds
swift-package-manager
swift-framework
swift-language
swift-3
swift3
swiftyjson
swift-4
swift4
swift5
-
Updated
Apr 22, 2018 - C
A waterfall grid layout view for SwiftUI.
-
Updated
Jul 28, 2021 - Swift
haansplosion
commented
Jun 22, 2021
Example: https://www.jbhifi.com.au/products/playstation-4-biomutant
Repeats the first and second image rather than showing all 4.
jogendra
commented
Apr 14, 2018
Currently, the framework is lagging unit testing. Add some unit test.
A collection of Swift Property Wrappers (formerly "Property Delegates")
-
Updated
May 15, 2021 - Swift
Simple Swift class to provide all the configurations you need to create custom camera view in your app
swift
ios
camera
cocoapods
carthage
swift-package-manager
video-recording
custom-camera
image-captioning
qrcode-reader
-
Updated
Feb 4, 2021 - Swift
Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
-
Updated
Jun 29, 2021 - Swift
Better Codable through Property Wrappers
-
Updated
Jul 10, 2021 - Swift
An iOS text field that represents tags, hashtags, tokens in general.
swift
ios
hashtag
tags
cocoapods
carthage
uitextfield
swift-package-manager
hashtags
ui-components
carthage-installation
-
Updated
Jul 9, 2021 - Swift
Programmatically load custom fonts into your iOS and tvOS app.
-
Updated
Jul 15, 2021 - Swift
macos
preferences
cocoapods
carthage
swift-package-manager
swift-package
swiftui
preferences-window
swiftui-components
-
Updated
Jul 17, 2021 - Swift
A SwiftUI collection view with support for custom layouts, preloading, and more.
-
Updated
Jun 26, 2021 - Swift
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
macos
linux
swift
task
tvos
watchos
asynchronous
scheduler
carthage
swift-package-manager
foundation
dispatch
semaphore
asynchronous-tasks
gcd
grand-central-dispatch
operation
operationqueue
queuer
synchronous-tasks
-
Updated
Jul 4, 2021 - Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
macos
linux
swift
ios
xcode
cocoapods
swift-extensions
carthage
uikit
swift-package-manager
foundation
bfkit
swift-3
appkit
codecov
codebeat
watchkit
bfkit-swift
-
Updated
Nov 1, 2020 - Swift
sindresorhus
commented
Apr 18, 2020
Help welcome to add more tests :)
Asynchronous image loading in SwiftUI. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
-
Updated
Jun 26, 2021 - Swift
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.
swift
tap
ios
demo
apple
alert
ui
system
objective-c
accessibility
cocoapods
carthage
uikit
swift-package-manager
private
swift3
private-framework
private-api
dismissal
swift4
voice-over
author-statusalert
actionslist
hiding-alerts
human-interface-guidelines
-
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."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li