[UIKit] Enum with Reusable VC
·
🍎 Dev/구현
⚙️ Setting- iOS 16 ↑- Swift vesrion 5.9- Xcode version 15 🔖 Background Info- During the development of my first app, Zickwan, I encountered a challenge: the UI design and features of the writing and editing view controllers were identical. Creating two separate view controllers wasn't ideal for efficient memory management. ✏️ Steps- To achieve reusable views, enums proved to be a valuable tool..