Can someone tell me why this doesn’t work?
-(IBAction) website_btn {
[myAppDelegate viewGallery];
}
Because I am getting this error.
error: expected expression before ‘.’ token
I know it sounds strange. Need someone to throw me a life jacket here.
Thanks everyone!!!!
It was an error I had causing this error.
Just remember to extend your class with UIApplicationDelegate.
Sorry, I am new to iPhone so I know I am not using proper terms here.