Hi,
I have put an attribute into AppDelegate of my application:
I don't pt any property or @synthesize eccc...
In another view I put a slider to modifie the above attribute
Code:
iBannerNav3AppDelegate *appDelegate = (iBannerNav3AppDelegate *)[[UIApplication sharedApplication] delegate];
appDelegate.movingSpeed = movingSpeed;
But the application seems to go into a loop....
What is wrong?