shakir1311 / verticalflipper

Vertical Flipping in IOS app
1 stars 3 forks source link

Background becomes black while flipping #2

Open KarthickR opened 11 years ago

KarthickR commented 11 years ago

While flipping my background becomes black, this occurs only when i create my views in code. When i use xib its fine.Please help me

felben08 commented 10 years ago

Please answer this issue. Help!

felben08 commented 10 years ago

Hey I have my own solution.

//- ------- on

add [self setUserInteractionEnabled:YES];

////-------- on

add [self setUserInteractionEnabled:YES];

// ----- on

add [self setUserInteractionEnabled:NO];

// ---------

This solution will refrain the user from interacting with screen during flip animation.