/Care-Dementia

Simple app using Swift Playground

Primary LanguageSwiftMIT LicenseMIT

Care Demantia

Simple interactive educational app with Swift Playgorunds


Contents

1. Introduction

this was imagethis was image this was image this was image this was image

2. Simple Dementia Test

this was imagethis was image this was image this was image this was image


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