-
Updated
Jan 4, 2022 - Swift
#
tvos
Here are 864 public repositories matching this topic...
game
swift
ios
app
list
apple
awesome
react-native
objective-c
tvos
watchos
cocoapods
example
reactiveswift
iphone
ipad
apple-tv
reactive-programming
apple-watch
swiftui
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
-
Updated
Jan 4, 2022 - Objective-C
A clean and lightweight progress HUD for your iOS and tvOS app.
-
Updated
Nov 15, 2021 - Objective-C
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
-
Updated
Dec 31, 2021 - Swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
-
Updated
Dec 4, 2021 - Swift
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
-
Updated
Dec 20, 2021 - Swift
Simple Objective-C wrapper for the keychain that works on Mac and iOS
-
Updated
Jul 20, 2020 - Objective-C
JoeMatt
commented
Jan 17, 2019
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
macos
swift
ios
generator
tvos
watchos
qrcode
barcode
barcode-generator
recognizer
qrcode-scanner
hacktoberfest
qrcodes
qrcode-generator
barcodes
qrcode-reader
barcode-scanner
-
Updated
Nov 26, 2021 - Swift
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
macos
swift
debugging
swift-library
ios
tvos
watchos
cocoapods
carthage
logging
swift-framework
debug
logging-library
swiftpm
debugging-tool
xcglogger
-
Updated
Sep 19, 2021 - Swift
DeviceKit is a value-type replacement of UIDevice.
-
Updated
Oct 28, 2021 - Swift
LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
-
Updated
Feb 17, 2021 - Swift
An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.
-
Updated
Oct 16, 2020 - Objective-C
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
macos
swift
security
ios
design
apple
networking
authentication
tvos
watchos
ipad
safari
session
nfc
videos
wwdc
hacktoberfest
darkmode
swiftui
-
Updated
Oct 30, 2020 - Shell
A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch, AppleTV, MacCatalyst)
-
Updated
Aug 10, 2021 - Shell
rolfbjarne
commented
Oct 26, 2021
Current implementation:
This needs to take into account that varargs parameters aren't in the same place on ARM64.
Example:
Open source implementation of Apple's Combine framework for processing values over time.
windows
macos
linux
swift
ios
tvos
watchos
cocoapods
swift-package-manager
webassembly
wasm
reactive-programming
combine
-
Updated
Dec 12, 2021 - Swift
A star rating control for iOS/tvOS written in Swift
-
Updated
Nov 30, 2021 - Swift
-
Updated
Sep 24, 2021 - Swift
Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
-
Updated
Nov 23, 2021 - C
Improve this page
Add a description, image, and links to the tvos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tvos 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