XLActionController
XLActionController copied to clipboard
Fully customizable and extensible action sheet controller written in Swift
Importing XLActionController release 5.1.0 with Swift Package Manager on Xcode 13.0 I get these warnings : ``` found 1 file(s) which are unhandled; explicitly declare them as resources or exclude...
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...
I found a layout issue in Spotify's action controller. you can see it if you run the example on iPhone 11 Pro in simulator and in section Spotify also I'll...
I like to use and customise the Tweetbot example, but I didn't manager to stop the bounce animation on the cancel button. My goal is just the native look with...
Hey guys, Is there any way to apply a maximum height an action controller can have over the main view? Thanks.
This adds support for SwiftPM manifest based dependency managers. Specifically this adds support for installing via [Accio](https://github.com/JamitLabs/Accio) but will probably also work with SwiftPM once it's integrated into Xcode. Please...
I am receiving this error on Message from debugger: Terminated due to signal 9 Spotify Tweetbot Twitter Youtube Periscope only working on Skype
In iPhone X and above, it shows background on the bottom(in case of YoutubeActionController) because of safe areas. How to cover that up? I am opening this in a custom...
My twitter style popup displays a list of 10 items pulled from a 'paged' api. If one the 10 is not the right one then my app needs to show...
Hi 👋 I noticed if calculated `contentHeight` in `ActionController`, we didn't use `collectionView.contentInset.bottom`. I think it's not correct. For example, you can see `DynamicsActionController` that it uses `collectionView.contentInset.bottom` for calculate...