( iOS ) Was ist superview und was ist Untersichten

Was ist superview und was ist Untersichten?

Wenn ich diesen code:

[self.view addSubview:self.frontView];
//what does that mean ?

...

@property (nonatomic, strong) IBOutlet UIImageView *frontView;
[self.frontView superview] != nil //means ?

was ist im superview?

InformationsquelleAutor Edward Anthony | 2012-10-29

Schreibe einen Kommentar