我的 ViewController.m 中有这段代码,但没有 Strobyboard/XIB 文件,这很好,但在屏幕上,元素会自动出现在中心。如何为其添加自定义位置?
UIImageView *bgImageView = [[UIImageView alloc] initWithImage:_bgImage];
[self addSubview:bgImageView];
据我所知,我应该能够在某处添加 CGRectMake 代码,但我无法弄清楚。
有什么建议么?