I am making an app at the moment but I am faced with an issue. I am new enough to the world of iOS development so please be patient. In my app a user registers by inputing data into cells in a tableView. e.g name, profile photo etc..
If registration is successful the user is then sent to their home page where I have a UIImageView and a UIlabel
.
The issue
I am wondering how I can make sure that this UILabel
and UIImageView
are set according to the user. e.g when user A logs in or registers the UIImageView
matches the image they used when registering and so on and so forth for userB, userC etc...
Any suggestions would be great and I hope I am clear in what I am trying to achieve?