TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

Day 61: Many to Many Relationship

Forums > 100 Days of SwiftUI

Thank you. That did the work, i ended up removing this part too from the CachedFriend entity:

public var usersArray: [CachedUser] {
        let set = user as? Set<CachedUser> ?? []

        return set.sorted {
            $0.wrappedName < $1.wrappedName
        }
    }

Since i was not using that anywhere, the list that shows the friends uses the friendsArray from the CachedUser entity, where i copied the code that looks like the one above and tried to do the same thing for this usersArray.

Thank you once again.

2      

Hacking with Swift is sponsored by RevenueCat.

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.