You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I like the XLActionController you made very much, but I found a problem during using it.
I opened the Example Project downloaded from GitHub and ran the Spotify example file. I noticed that the Cancel button blocked the options behind it and I had to scroll up the view to see the options below, which was different from the demo GIF. I also had this problem when I was writing code myself.I didn't know how to solve the problem.
I'm using Xcode version 12.5 and XlActionController version 5.1
The text was updated successfully, but these errors were encountered:
Hello, this behavior is designed so on purpose (the idea is to simulate the behavior of Spotify). I'll update the GIF, thanks for letting us know!
If you want to change this behavior you can set the flag hideCollectionViewBehindCancelView to false. In the example project, on SpotifyActionController class in the init is setting to true.
Hello, I like the XLActionController you made very much, but I found a problem during using it.
I opened the Example Project downloaded from GitHub and ran the Spotify example file. I noticed that the Cancel button blocked the options behind it and I had to scroll up the view to see the options below, which was different from the demo GIF. I also had this problem when I was writing code myself.I didn't know how to solve the problem.
I'm using Xcode version 12.5 and XlActionController version 5.1
The text was updated successfully, but these errors were encountered: