Posts

Post not yet marked as solved
0 Replies
359 Views
Hi Apple, I suppose you already know that you have very annoying bug on your Appstore Connect portal, but I make one message for you: When my colleagues tried to use App Store Connect portal under theirs accounts which has roles Developer, Developer and Support, Support, they have not had use this functions properly because they have next issue: [Warning] No route found – https://appstoreconnect.apple.com/access/users (main.d4fa946d.js, line 2) when try go to Users tab. And also this issue: { "errors" : [ { "id" : "a1a2d536-092a-4b63-92f2-c5dc70856216", "status" : "403", "code" : "FORBIDDEN_ERROR", "title" : "This request is forbidden for security reasons", "detail" : "The API key in use does not allow this request" } ] } when load this resource https://appstoreconnect.apple.com/iris/v1/territories?limit=200 This is not applicable when set other roles. Please fix this as fast as possible, because it prevent to do own work.
Posted Last updated
.
Post not yet marked as solved
0 Replies
679 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
390 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
372 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
642 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
393 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
.