Search code examples
objective-cuinavigationbarios7xcode5

Remove Navigationbar's bottom border iOS7


Is there a way to delete the bottom border that iOS7 automatically displays under the navigationbar?


Solution

  • If i understand you correctly try

    [[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];