-
**Describe the bug**
When rendering
```
```
the app crashes and I get some exceptions in Xcode.
**Versions:**
`npx react-native info`
```
System:
OS: macOS 10.15
CPU: (4) x64 I…
-
It looks like RETableViewBoolCell's layoutSubviews method keeps being called forever when running on iOS8. Has anyone noticed anything similar?
Update:
It looks like the lines making it loop forever …
-
When a new viewController is presented without animation the ui life cycle changes.
With animation, the last method to be called is `viewDidAppear`, and we finish the transaction in this one.
Withou…
-
Hi arturgrigor,
I installed the AGImagesPicker... but I'm getting an error (EXC_BAD_ACCESS) in AGIPCGridCell.m\layoutSubviews in the line:
... for (AGIPCGridItem *gridItem in self.items) ...
Could…
-
Hello,
on iPad2 7.1 I get this error:
**\* Assertion failure in -[SwipeView layoutSublayersOfLayer:], /SourceCache/UIKit_Sim/UIKit-2935.137/UIView.m:8794
**\* Terminating app due to uncaught exceptio…
-
We have a custom view and we overrode layoutSubviews() as recommended:
```
open override func layoutSubviews() {
super.layoutSubviews()
// Ensure layout is updated after screen r…
-
```
- (void)layoutSubviews
{
[super layoutSubviews];
[self.dealIDLabel sizeToFit];
self.dealIDLabel.bottom = self.contentView.bottom - 8.0f;
self.dealIDLabel.left = 10.0f;
…
-
Currently, if you call layoutsubviews while the button is animating, ` setStyle(buttonStyle, animated: false)` will be called and hence the animation will complete instantly.
Since my button anima…
-
(1 )
```
blue.backgroundColor = .blue
view.addSubview(blue)
blue.snp.makeConstraints { (make) in
make.center.equalToSuperview()
make.siz…
-
You need update placeHolder frame when call layoutSubviews,