swift - tableViewController MVVM 으로 만들기
swift - tableViewController MVVM 으로 만들기 📌 데이터 { "data": { "id": 1, "fullName": "Tom Sawyer", "pictureUrl": "tom", "email": "tomSawyer@gmail.com", "about": "I like travelling along Missisipi!", "friends": [ { "name": "Huckleberry Finn", "pictureUrl": "finn" }, { "name": "Becky Thatcher", "pictureUrl": "becky" }, { "name": "Celeste Holm", "pictureUrl": "holm" } ], "profileAttributes": [ { "key": "..
2021. 4. 19.