Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 698 Bytes

File metadata and controls

18 lines (13 loc) · 698 Bytes

Introduction

Very small application that apply a MVVM way to the TypeFridayViewController.
This view controller present a textfield in which the user has to type a secret word (Friday).
The completion label appears only when the user has typed more than 33% of the secret word.
The done button is active only when the user has typed the word correctly.

TODO

  • Add tests example
  • Add the model protocol to abstract its implementation

Schema

MVVM Skeleton