Skip to content

Instantly share code, notes, and snippets.

@AdamWhitcroft
AdamWhitcroft / TwodosPrivacyPolicy.md
Created February 21, 2024 17:45
Twodos Privacy Policy

Last updated: February 21, 2024

Twodos was built with privacy in mind. Your todos are stored locally on your device. If you have iCloud Sync enabled, your todos will be synced to your iCloud account. You are the only person who can access this data. We do not track you, sell personal data or embed ad networks in the app.

Consent

By using Twodos, you hereby consent to our Privacy Policy and agree to its terms.

Collected data

import SwiftUI
import UIKit
struct EditorView<AccessoryShelf: View>: UIViewRepresentable {
// MARK: - Properties
var placeholderText: String
// MARK: - Binding

Last updated: June 17, 2024

Clipbud was built with privacy in mind. Your snippets are stored locally on your device. If you have iCloud Sync enabled, your snippets will be synced to your iCloud account. You are the only person who can access this data. We do not track you, sell personal data or embed ad networks in the app.

Consent

By using Clipbud, you hereby consent to our Privacy Policy and agree to its terms.

Collected data

@AdamWhitcroft
AdamWhitcroft / SheetBackgroundColor.swift
Created June 27, 2024 00:01
Custom sheet background color
struct Home: View {
@State private var isShowingSheet: Bool = false
// MARK: - Body
var body: some View {
Text("Custom sheet background")
.onTapGesture {
isShowingSheet.toggle()
_Last updated: Nov 13, 2024_
Vellum was built with privacy in mind. We do not track you, sell personal data or embed ad networks in the app.
### Consent
By using Vellum, you hereby consent to our Privacy Policy and agree to its terms.
### Collected data