May I suggest adding NSLOG to these methods. For example, if you have a View Controller named Home, you can go to the .m file for the Home View controller and at the top of the function, write the following:
NSLOG(@"Method 1, has 3 buttons);
then review the readings as you progress with this view controller. The magazine should say something that best describes the method in question. Step 2 - take methods that, in your opinion, are not displayed on the output and do not comment on them. This can be done by highlighting the method and then pressing Command + '/' on the keyboard. This places a '//' in front of each highlighted line, commenting on it. Recheck the view controller and, if there are still no errors, you can remove this method. This is a free way to do this, but it will take some time.
source share