笔记

如果设置了图片的frame,但是不是应有的效果,可能是auto在做怪,在.m里设置

- (void)awakeFromNib{

    self.autoresizingMask = UIViewAutoresizingNone;

}

 

 

    // 在UIView里没有直接的presentview方法,在单例里调用

    [[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:showPicture animated:YES completion:nil];

posted @ 2016-03-27 01:41  一斗才  阅读(106)  评论(0编辑  收藏  举报