nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo: TextField spelling

fummicc1 opened this issue · comments

This is very small topic.

I think variable name textFiled may be a typo at the following line.

let textFiled = UITextField(frame: .zero)

Thank you! Fixed