I am currently developing a Swift app with a mySQL backend. The app will consist of a user logging in and getting access to a UITableView.
To implement the login screen. My initial thought is to have the user login and save whatever username was successful as the UserDefault value.
Then I can pass that username as the parameter for fetching the UITableView using JSON.