replace view element in interface builder
autolayout, interface-builder, ios
Solution
The "easiest" way to do this so far is to edit the raw xib file in a text editor and just replace the elements there.
Problem
Is there any convenient way of replacing a view with another in Interface builder? I find it somewhat cumbersome to have to reset all auto layout constraints when I for example want to swap an UILabel for a UITextView.