Passing a delegate to another view controller's delegate
问题 I'm working to build one feature in an app written in Objective-C. I can't post code but I will try to be descriptive with my world. The problem i'm facing is related to delegates. AlphaViewController has ConnectionView as one of its delegate . It helps to add perform some operation on data provided to AlphaViewController and we show output on AlphaViewController's view. When you click on a button in AlphaViewController , I show an UIAlertController . From which I can click a button to open