COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220411182417/https://github.com/topics/tvos
Here are
885 public repositories
matching this topic...
📱 Collaborative List of Open-Source iOS Apps
Updated
Apr 1, 2022
Swift
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
Updated
Apr 8, 2022
Objective-C
A clean and lightweight progress HUD for your iOS and tvOS app.
Updated
Mar 21, 2022
Objective-C
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
Updated
Apr 6, 2022
Swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
Updated
Apr 4, 2022
Swift
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
Updated
Jan 14, 2022
Swift
Simple Objective-C wrapper for the keychain that works on Mac and iOS
Updated
Jul 20, 2020
Objective-C
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Updated
Mar 3, 2022
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.
Updated
Sep 19, 2021
Swift
Valet lets you securely store data in the iOS, tvOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. We promise.
Updated
Mar 14, 2022
Swift
DeviceKit is a value-type replacement of UIDevice.
Updated
Apr 5, 2022
Swift
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
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
Shell scripts to build FFmpeg for iOS and tvOS
Updated
Dec 9, 2021
Shell
Beautiful flag icons for usage in apps and on the web.
Updated
May 4, 2021
Swift
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 🥳
Updated
Oct 30, 2020
Shell
A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch, AppleTV, MacCatalyst)
Updated
Aug 10, 2021
Shell
enhancement
The issue or pull request is an enhancement
good first issue
This is a good first issue for someone to start working with our code
Open source implementation of Apple's Combine framework for processing values over time.
Updated
Feb 2, 2022
Swift
A star rating control for iOS/tvOS written in Swift
Updated
Jan 9, 2022
Swift
A powerful media play framework for iOS, macOS, and tvOS.
Updated
Oct 9, 2020
Objective-C
Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Sherlock Holmes of the networking layer. 🕵️♂️
Updated
Mar 22, 2022
Swift
▶️ video player in Swift, simple way to play and stream media on iOS/tvOS
Updated
Feb 21, 2022
Swift
A SwiftUI system components and interactions demo app
Updated
Nov 23, 2020
Swift
A simple, performant, and lightweight SVG parser
Updated
Sep 3, 2021
Swift
Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
Improve this page
Add a description, image, and links to the
tvos
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
tvos
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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