Apple phone interview questions for iOS developer

  1. Write a function to check if a point is inside an UIView.
  2. Given a tree (Not Binary Tree), write a function for search for a given string. If the word is foudn return the node else return nil.
  3. Find all the permutations of a given string.