Daily iOS
CS fundamentals and algorithmsMetainterview report

View hierarchy tree search

You're given a specific UIView instance in an original view hierarchy, plus a copy of that hierarchy with the same structure. How would you design a function that finds the corresponding view in the copy?

Submit