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
When you click a users friends from the profile page, it should redirect you to a new view called Friends, which will display the user's current list of friends.
Under the view titled "FriendsView", create this page using SwiftUI:
Use a navigation link to be able to navigate back to profile, and use one to be able to navigate to requestsview
When you click a users friends from the profile page, it should redirect you to a new view called Friends, which will display the user's current list of friends.
More info about navigation in SwiftUI: https://www.hackingwithswift.com/articles/216/complete-guide-to-navigationview-in-swiftui
The text was updated successfully, but these errors were encountered: