Care Demantia
Simple interactive educational app with Swift Playgorunds
Contents
1. Introduction
2. Simple Dementia Test
Tech Stack
- UIKit
- Swift 5
Text to Speech
Used AVFoundation
func textToSpeech(_ text: String){
let synthesizer = AVSpeechSynthesizer()
let utterance = AVSpeechUtterance(string: text)
utterance.voice = AVSpeechSynthesisVoice(language: "en-US")
utterance.rate = 0.5
synthesizer.speak(utterance)
}
Design
- Main Font:
AvenirNext
- Background Color:
#colorLiteral(red: 0.968627451, green: 0.9647058824, blue: 0.9529411765, alpha: 1)
- Tint Color:
#colorLiteral(red: 0.968627451, green: 0.9647058824, blue: 0.9529411765, alpha: 1)
Information Sources
- Introfuction: Alzheimer's Disease International
- Demetia Test: MMSE test, Self Assessment - Psycom