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
I'm slowing cutting over to Swift from a bunch of ObjC projects that use TLIndexPathTools. I'm a swift noob...
I know you use TTIndexPathTools in a bunch of swift projects. I'm wondering what you have found to be the best/most efficient approach to wrap structs into something that can be used to init a dataModel.
I usually structure a presenter for a viewController that prepares a viewModel...but I'm curious as to what you think would be the best practice for using IndexPathTools and CoreData in a Swift project.