-
현재 autoLayout 관련해서 두가지 문제가 나타나고 있습니다.
### 1. Cell의 top constraint 가눈에 보이는 것과도 약 -111 만큼 달라서, 그 안의 SubView들의 배치가 제대로 되지 않습니다.
그래서 원래 offset이 10 이어야 하지만, 다음과 같이 121로 잡고 있습니다.
```swift
pri…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to put custom section inset for each cell but I'm unable to figure out a good way. I don't know why you guys have dep…
-
Now after scrolling the menu, you still need to click on one of them. Can you make it work like a WheelPicker and automatically select the middle?
-
### Description
Having a `CollectionView` with `IsGrouped=True` and the `GroupHeaderTemplate` with a `Box` that changes its visibility depending a condition (basically something that alters the h…
-
- [X] I have updated Purchases SDK to the latest version
- [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md)
- [X] I h…
-
MessageKit version: 1.0.0-beta.1
I'm grouping some messages and having this code for the message style:
func messageStyle(for message: MessageType, at indexPath: IndexPath, in messagesCo…
-
## Steps to reproduce
Start typing into the address bar
### Expected behavior
Firefox shouldn’t crash
### Actual behavior
On some occasions, Firefox crashes. I’m not sure what the trigger is though.…
-
I'm trying to incorporate `RxDataSources` into my code and able to achieve it using the following:
```
struct SectionData
{
var items: [ViewModel]
}
extension SectionData: SectionModelTy…
-
Hello All,
I am currently working on a project in which I need to create multiple levels of expanding views (see screenshot below).
I have this implemented with IGListKit following something…
-
Hi @ekazaev! Thanks for your great pod. It's work perfect and very helpful with me
Everything is OK with custom view. But i have a problem when i make a custom view with UICollectionView auto layout …