DEV Community

Discussion on: From Storyboards to Code in iOS

Collapse
 
saketgupte profile image
Saket Gupte • Edited

I think the problem with providing proper id's to view can be solved by writing an extension over UIView and adding @IBInspectable property to UIView using associated type. Though it would work like a tag with string type instead of int. You can do that if it helps! :)