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
HomeVC 관련 Model Type을 재정의합니다.
현재 HomeVC에서 SeminarInfo, NetworkingInfo, RecommendUserInfo, MyEventInfo 등의 data가 묶여있지 않아
Data Binding에 어려움을 겪고있음 -> 하나의 타입으로 묶어줄 필요성을 느낌
마찬가지로 ViewAllVC 관련 ModelType을 재정의합니다.
🛠️ Tasks
HomeVC 관련 Model Type을 재정의합니다.
HomeVC의 tableView 구조를 scrollView로 변경 후 HomeViewModel의 contents를 따르도록 적용
ViewAllVC 관련 ModelType을 재정의합니다.
The text was updated successfully, but these errors were encountered:
📝 작업 목적
현재 HomeVC에서 SeminarInfo, NetworkingInfo, RecommendUserInfo, MyEventInfo 등의 data가 묶여있지 않아
Data Binding에 어려움을 겪고있음 -> 하나의 타입으로 묶어줄 필요성을 느낌
🛠️ Tasks
The text was updated successfully, but these errors were encountered: