You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for referencing wrong strings for counts. This Resolves an issue where self would be a string backed by NSString and when lowercased the length would change. Referencing string.count gives us the wrong length