Posts

Post not yet marked as solved
0 Replies
277 Views
Hello, I can’t figure out to built in cell configuration in complicated scene. I have 3 type sections with 2 type cell (material and promo card for example) and 2 type of material cell size (main and general)… I would be pleased by your support to provide understanding that (
Posted Last updated
.
Post not yet marked as solved
0 Replies
220 Views
Hello all,I tried use UICollectionViewDiffableDataSource and UICollectionCompositionalLayout in one my project. But now I have problems with glitch UILabel content while horizontal scroll in UICollectionView, see picture:After inspect layout I couldn't find solution becase layout didn't contains any reasonable issues:Have you got this issue in your UICollectionView?
Posted Last updated
.
Post not yet marked as solved
0 Replies
173 Views
Hello, I have missunderstanding with Focus Engine.I have UICollectionView with Cells inside. In the first cell I have also ImageView which can be focusable.My problem consist in how to get next behavior:- Focus move to ImageView with Parallax (like button)- Tap- Tap sended to Cell, and Cell send action like Cell tapped.Yes, I want move focus to Image button and want save press action like press on cell not Image 😟It's real or not ? And how to bring it to life?
Posted Last updated
.
Post not yet marked as solved
1 Replies
404 Views
I want create view, inside it place two button and on click this buttons i want to show sheet view for two this button (for example: Selector view)When i create view as struct with var inside, all work like a need, but i can't change in struct variable, i know that is value type 🙂But, when i set @State wrapper for changeable variable inside popUp (i mean my Custom view), i see next behavior:Watched:- Press button One, Open Sheet with value for button one: 123- Press button Two, Open Sheet with value for button one: 123- Also, if you change value to any, close Sheet and open by pressed to alter button (i mean Button One), value stay here 🙂Needed:- Press button One, Open Sheet with value for button one: 123- Press button Two, Open Sheet with value for button two: 321Example code:https://gist.github.com/iDevPro/af5f7369832c9f4ef9dc2c4676331edeMay be i was misstake, but i can't find it here 😟
Posted Last updated
.
Post not yet marked as solved
0 Replies
224 Views
Hello Apple,I want use Xcode and Xcode-beta hand by hand, but can't...After start Xcode-beta, all Xcode configs rewrited to Xcode-beta configs.Could you set special "beta" library folders for Xcode-beta for using Xcode-beta for test app and Xcode for develop previouse version 😟
Posted Last updated
.