Value of type 'User' has no subscripts
问题 I am trying to create a UITableView on my IOS app that displays a list of all the app's registered users from Firebase and includes a UISearchBar to search through them. I am very new to this and unfortunately this code is giving me the following error: "Value of type 'User' has no subscripts" on the line of code "let user = users[indexPath.row]" There is an NSObject User class in another file that defines name and email as String? These are the variables: var searchActive : Bool! var