Closed timeflying closed 6 years ago
(void)viewWillLayoutSubviews { [super viewWillLayoutSubviews]; _animatingView.frame = self.view.bounds;
[self.view setNeedsUpdateConstraints]; // I add this line , the problem was solved }
@timeflying What iOS and device? I can't reproduce it.
I just use your code without any modify. And the problem just happenned. And I check the code add the above lines. The problem was gone. Thank you!
I would like to investigate, though, can you please tell me the iOS version and device it happened on?
I test iOS version is 11.2. If I use your demo project. The problem not exists.
Hi
If I use your code , the first char and part of second char was covered by something. If I type the 'abc' then I can't see the first char 'a' and the OK button also disappeared as following :