![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbGUe7v%2FbtsJW7N7eSM%2FuqGF6K1kxv0rkJWadJ0Q7K%2Fimg.png)
[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..