// Add MyView.xib to a UIView, in IB associate MyView.xib and the MyView class
NSArray* nibViews = [[NSBundle mainBundle] loadNibNamed:@"MyView" owner:self options:nil];
MyView* o = [nibViews objectAtIndex:0];
[self addSubview:o];
Who knew unenjoyment could be so fun!?!?!
No comments:
Post a Comment