mercredi 25 février 2015

How to flip animation on segue


Vote count:

0




i have this code below which directs the storyboard to another view. I wanted to know how to add a flip animation.



- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
if ([segue.identifier isEqualToString:@"tapepath"]) {

NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults];
[prefs setObject:[_brain loop] forKey:@"TapeNSdefaults"];
}
}


asked 37 secs ago







How to flip animation on segue

Aucun commentaire:

Enregistrer un commentaire