-
**Bug description:**
The app crashes due to a cyclic call detected in BaseView
**Environment:**
- Device: iPhone11,8
- OS: 14.1
- SwiftMessages version: 10.0.0
code
```
func goRaffleIn…
-
### Description
layoutSubviews swizzling causes issues for UIKit.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature request)
- [ ] quest…
-
We are seeing a lot of crashes in our Crashlytics. About 11k crashes, 9k users are affected. The information states that it crashes only on iOS 17. On all devices, RAM is up to 300 MB.
This started …
-
해당 라이브러리는 기본적으로 지정된 레이아웃이 존재합니다.
하지만 사용하고자 하는 사용자가 속성값을 변경하게 되면 그래프 및 관련 뷰들의 레이아웃이 변경됩니다.
- axisYView의 position에 따른 변경
- left
- right
- axisXView 및 ExtraUnitView가 distribution에 따른 변경
…
-
I create subclass of SWTableViewCell and try insert new cell into empty table by using begin/end updates, i get recursive call layout methods. It's happened because your library use [self layoutIfNeed…
-
The line crashes on the fourth invocation of layoutSubviews, in particular on this line
```
[_innerView setBackgroundColor:[self buttonColor]];
```
#0 0x00003c66 in -[CoolButton layoutSubviews] at …
-
I'm not too sure why this is a problem, but Instruments showed me that 90+% of computation in my table view during simply scrolling was spent in the swizzled `nxEV_layoutSubviews` method.
Sorry I co…
-
### Description
The issue is when an editor is scaled down on older iOS versions, the text splits in the middle and moves on to the next line causing text to seem to disappear.
This issue was believ…
-
So, I had a NBUAssetsGroupViewController set up properly and definitely works in iOS 7. However, with the iOS 8 release it seems that the ObjectGridView is getting stuck in an infinite loop on the lay…
-
When layout subviews called, it goes recursive and causes the app to crash.
It seems the problem is in SECropView.swift
public override func layoutSubviews()