crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit ddcc100e4a8df32fac06d22514404ab2a5834a8d
parent 12e87223429853af8d009fa488059af23b74b906
Author: Michael Camilleri <[email protected]>
Date:   Wed,  1 Jul 2026 16:47:19 +0900

Add tips about new features

Diffstat:
MCrossmate/Models/TipStore.swift | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/Crossmate/Models/TipStore.swift b/Crossmate/Models/TipStore.swift @@ -82,6 +82,26 @@ enum TipCatalog { body: "Connect a keyboard to solve more swiftly.", only: [.iPad] ), + Tip( + id: "partial-fill", + title: "Break Solver's Block", + body: "Choose Fill Quarter or Fill Half from the Hints menu to reveal random squares." + ), + Tip( + id: "manage-blocked", + title: "Block and Unblock Users", + body: "Block using the Crossmates menu in the Game List. Unblock from your block list in Settings." + ), + Tip( + id: "start-shared", + title: "Start a Shared Puzzle", + body: "Tap the Crossmates button in the Game List and tap a crossmate to start a shared puzzle with them." + ), + Tip( + id: "share-your-win", + title: "Share Your Solve", + body: "Use the Share control when you've completed a puzzle to show everyone your solve." + ), ] }