Roger Oba

Results 294 comments of Roger Oba

@xvonabur thanks for opening that PR. Unfortunately, looks like the author of this repo hasn't maintained it in the past few years 😞 @bryanstearns your solution almost got me there,...

It took me awhile to figure out how to solve this. I explained how to fix this here: https://github.com/Polidea/basset-ios/issues/3#issuecomment-687699822

Took me awhile to figure out how to solve that issue ☝️ I commented here how to fix it: https://github.com/Polidea/basset-ios/issues/3#issuecomment-687699822

I recommend trying this solution, as it seems to have worked for them: https://github.com/fastlane/fastlane/issues/17521#issuecomment-722154367

@yakimant could you provide a zip file containing an Xcode project that can reproduce this issue? Also knowing your xcodeproj version and xcodebuild version should help 🙏

I recommend trying this solution, as it seems to have worked for them: https://github.com/fastlane/fastlane/issues/17521#issuecomment-722154367

>I've managed to get this working after using the buildkite files as examples. @shreddedbacon can you give more info on this? Were you able to use those 2 variables to...

All good, thanks for sharing @shreddedbacon ! 💪

I'm also looking to achieve this :/ Tip: if you play around with the sample project and edit the `ZLSwipeableView` rewind function so it puts the rewinded view at index...

Just noted something... What we're looking for is to perform a "topView -> swipe to X direction" and then make that topView become the `nextView` (in the data source method)....