sevgjan
sevgjan
**Quick update** In _Attributer.swift_ I was changing: ` open func font(_ font: UIFont?) -> Attributer { if font != nil { return fontName(font!.fontName.replacingOccurrences(of: ".", with: "")).size(font!.pointSize) } return self }`...
It's also happening to me, you can only see the indicator that it's moving and the opacity behind the screen is being reduced. It just dimissess the view controller if...
@jhk115 I agree, and for most of the part I believe we all do that. But @ivanvorobei has done an amazing job with possibilities for height customization, close button, indicator,...
Hi @james-ff , I was able to achieve this by modifying `internal func didSwipeAway` method in VerticalCardSwiper.swift class, from: ``` internal func didSwipeAway(cell: CardCell, swipeDirection direction: SwipeDirection) { if let...
@bryan1anderson were you able to implement the library with UIScrollView because I have a very strange top inset which I fix it on opening, but dismissal is somehow jumping and...
@marcosgriselli hey man, sorry to bother, any news on this issue? did we miss something?
No problem @marcosgriselli , just wanted to check if there's any news on this issue.
@filletofish @Viscmad Is it possible to change the direction of vertical, to scroll/push the cards to bottom, not to top?
thank you! @mohammadalijf
@bryan1anderson did you find any solution for building the app on simulator? _without the need of mlc-llm in the simulator version_