从另一个ViewController返回后,UIView刷新

时间:2013-12-19 07:51:07

标签: ios iphone uiimage refresh

Storyboard我已在视图中间放置UIImage右侧。

viewDidAppear中,我用以下内容更改此UIImage的位置:

- (void) viewDidAppear {
   img.center = CGPointMake(5,5);
    }

在我的iPhone上启动ios App后,图像显示在位置上 5.5

当我更改为另一个ViewController并带着图片返回viewcontroller时, 图像位于中间而不是位置5,5

[self.view setNeedsDisplay]无效

0 个答案:

没有答案