Код: Выделить всё
{
dog:
{
type: "dog",
logoLocation: "url1"
},
pitbull:
{
type: "pitbull",
logoLocation: "url2"
}
}
Я попробовал,
Код: Выделить всё
class PhotosCollectionModel: Codable {
var photoDictionary: Dictionary?
}
class PhotoModel: Codable {
var type: String?
var logoLocation: String?
}
Подробнее здесь: https://stackoverflow.com/questions/547 ... oder-swift
Мобильная версия