I have some custom controls and they have their own delegates. Everything is working fine but when I am connecting the delegates from storyboard after connection all the scene name changes to delegate scene.
This is login view controller scene
Then it is changing the view controller scene name to delegate scene
Everything else is working fine except my all the scenes name change to delegate scene.
I am not sure how to solve this problem. Thanks in advance.