Mac Gallagher
Mac Gallagher
Hey @erwang01, I am definitely open to adding this feature to the repo! I imagine the implementation is similar to the one in [GTProgressBar](https://github.com/gregttn/GTProgressBar). I will try to find some...
Hey @erwang01, `MultiProgressViewDataSource` is pretty much identical to the protocol `UITableViewDataSource`, which I assume every iOS dev is already familiar with. However, I totally agree that this repo could use...
> @mac-gallagher just an FYI that you can use https://github.com/TitouanVanBelle/XCTestHTMLReport to get an HTML version of the Xcode test log, which will include any attachments. The created HTML report can...
Hey @stephencelis, any update on this PR?
Hey @stephencelis! Thanks for the suggestions - I just pushed a commit adding backwards compatibility. A few things: - I added a new computed var `artifactDiff` instead of replacing the...
Hey guys, any plans to merge this in? Thanks! @mbrandonw @stephencelis
Sorry for all the activity above - I struggled to rebase my changes because I didn't realize the base branch changed from `master` to `main`! Anyways, resolved all the merge...
Hi @LoopingLouieX. You should not be calling `reloadData` after appending your cards, as it will remove all of your swipe history. The `append` method on `SwipeCardStack` will take care of...
Hey @LoopingLouieX, I think I see the issue now. I am considering adding `cardStackDidBeginAnimating` and `cardStackDidFinishAnimating` delegate methods or something similar so that one can refresh only when the user...
@skdevil see my answer here https://github.com/mac-gallagher/Shuffle/issues/59#issuecomment-629024241