if (!touched) { GameBox *Box = (GameBox *)[self.vIEw vIEwWithTag:40]; [Box setFrame:CGRectMake(20,20,100,73)]; NSLog(@"%f",Box.frame.origin.x); markbutton.enabled = NO; guessbutton.enabled = NO; [self.vIEw reloadinputVIEws]; NSLog(@"The action bar should Now be hIDden"); } else if (touched) { guessbutton.enabled = YES; markbutton.enabled = YES; [self.vIEw reloadinputVIEws]; NSLog(@"The action bar should Now be visible"); }解决方法 我猜你已经在Interface Builder中将self.vIEw挂钩到了UIVIEw.
为了更改UIVIEw框架,在Interface Builder中转到file Inspector,取消选中Use autolayout,然后在代码中更改框架.
希望这可以帮助.
总结以上是内存溢出为你收集整理的iPhone – 无法更改UIView帧大小全部内容,希望文章能够帮你解决iPhone – 无法更改UIView帧大小所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)