1.frame初始化

来源:互联网 发布:硬件工程师与人工智能 编辑:程序博客网 时间:2024/06/18 10:33

#import "PosterView.h"


@implementation PosterView



- (id)initWithFrame:(CGRect)frame

{

    self = [superinitWithFrame:frame];

    if (self) {

        //code

    }

    return self;

}



@end


1 0
原创粉丝点击