Changing a control via the Super

I am working on an iOS app and needed to change a bunch of HTMLViewers to iOSImageViews. Because of the onerous task of adjusting a bazillion constraints if I chose to delete the controls and replace with others, I hit on the idea of just changing the Super of each control. Seems to have done the trick but I was just wondering if this is considered OK and nothing will bite me?