What is superview and what is subviews?
When I add this code:
[self.view addSubview:self.frontView];
// what does that mean ?
And...
@property (nonatomic, strong) IBOutlet UIImageView *frontView;
[self.frontView superview] != nil // means ?
what is in superview?