2 Matching Annotations
  1. Nov 2016
    1. Because the content view underlaps the navigation bar in iOS 7 and later, you must consider that space when designing your view controller content
  2. Oct 2016
    1. We shouldn’t actually care what the target/action values on the bar button item are. We should only care about what happens when it is pressed. Everything else is an implementation detail

      "We should only care about what happens when it is pressed"

      We have target and action in the button, so we don't need to test for target and action separately, we can simulate the behavior instead. We shouldnt cae about implementation details