Is there a way to delete the bottom border that iOS7 automatically displays under the navigationbar?
If i understand you correctly try
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];