Anyone knows how to center the text vertically?
Post
Replies
Boosts
Views
Activity
Ok I found the mistake in my code. Had nothing to do with Core Data, sorry.
Anyone who has the authorization to do so, please delete the post. Thanks !
I just had exactly the same error after just modifying two lines of code. By undoing the changes I found out the problem was the use of the TextField modifier .textInputAutocapitalization().
In fact it is working fine with .autocapitalization() instead, though marked as deprecated.