Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Incompatible pointer types sending 'UIImage *__strong' to parameter of type 'UIView *'
  2.  
  3. UIImage *shadowImage = [UIImage imageNamed: @"shade.png"];
  4. UIImageView *shadowImageView = [[UIImageView alloc] initWithImage:shadowImage];
  5.  
  6. [otherNav.view addSubview:shadowImageView];
  7. [otherNav.view insertSubview:shadowImage belowSubview:animatedActionView];
  8.  
  9. [otherNav.view insertSubview:shadowImageView belowSubview:animatedActionView];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement