Search Results

26
votes
11answers
10k views

How do I detect when someone shakes an iPhone?

I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it was waved vigorously about for a split second. Does anyone know how to detect this? …
0
votes

How do you submit a CSR (Certificate Signing Request) to the Apple Developer Portal?

Even though the real question here turned out to be more "Do I need to enroll in order to deploy apps to the iPhone?" the answer to the question can be found …
1
vote

iphone viewWillAppear not firing

I've been using a navigation controller. When I want to either descend to another level of data or show my custom view I use the following: [self.navigationController pushViewContro …