What I am trying to do is click a button (that was created in code) and have it call up a different view controller then have it run a function in the new view controller.
MyAppDelegate *appD; appD = [UIApplication sharedApplication]; if(appD.sw1.on) NSLog(@\"It is ON\"); else
I am developing an iPhone app that needs push notification. I followed the instructions for creating the certifications and modifying the app ID. I am not totally sure I did this correctly, but I did
i have an app with tab bar and a navigation controller inside every tab. i have set a notification that when it lunches the user can get lunch the app by pressing the action on the alert.
package myintergertest; /** * * @author Engineering */ public class Main { /** * @param args the command line arguments