Preserve HTML font-size when iPhone orientation changes from portrait to landscape

I have a mobile web application with an unordered list containing multiple items with a hyperlink inside each li: My question is: how can I format the hyperlinks so that they DON’T change size when viewed on an iPhone, and the accelerometer switches from portrait to landscape? In portrait mode, I have the hyperlink font … Read more

Xcode 4 says “finished running ” on the targeted device — Nothing happens

The app neither installs nor runs on my device. All provisioning profiles are up to date. I’ve already tried deleting and re-installing them. The status bar shows that Xcode is building my project, then it says running my project on , then it says “finished running .” Throughout this entire period, the iPod screen stays … Read more

Get push notification while App in foreground iOS

I am using push notification service in my app. When app is in background I am able to see notification on notification screen(screen shown when we swipe down from top of iOS device). But if application is in foreground the delegate method – (void)application:(UIApplication*)application didReceiveRemoteNotification:(NSDictionary*)userInfo is getting called but notification is not displayed in notification … Read more

iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing

Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. What are the best technologies to use for behavior-driven development on the iPhone? And what are some open source example projects that demonstrate sound use of these technologies? Here … Read more