ios UIView 重写

#pragma mark 在内部固定自己的宽高

 

- (void)setFrame:(CGRect)frame

{

    frame.size.width = [UIScreen mainScreen].bounds.size.width;

    frame.size.height = kStatusDockHeight;

    

    [super setFrame:frame];

}

 

posted @ 2015-04-20 17:12  恣愛仪  阅读(191)  评论(0编辑  收藏  举报