Initiales HabitTracker-Projekt: SwiftUI + SwiftData Gewohnheiten-Tracker
Natives iOS-App-Gerüst (Xcode 26, synchronisierte Ordner, iOS 18+). Features: - Gewohnheiten anlegen (Name, SF-Symbol, Farbe), heute abhaken, Streaks, Löschen - Detailansicht mit Monatskalender (Tage nachtragbar) und Statistiken - Tägliche Erinnerungen via lokale Notifications - Home-Screen-Widget (klein/mittel) mit App-Group-Datenaustausch
This commit is contained in:
commit
22b8f5d806
24 changed files with 1448 additions and 0 deletions
9
HabitTrackerWidget/HabitTrackerWidgetBundle.swift
Normal file
9
HabitTrackerWidget/HabitTrackerWidgetBundle.swift
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import WidgetKit
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct HabitTrackerWidgetBundle: WidgetBundle {
|
||||
var body: some Widget {
|
||||
HabitTrackerWidget()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue