Borut Tomazin

Results 15 comments of Borut Tomazin

@morganchen12 I've downloaded repo from the master branch, added a new row `Email Login Sample` which triggers UI the same way as I do it in our app. And with...

Thanks @morganchen12, it works 🙌

@JMCPH, @marcosgriselli maybe we should build upon that: https://github.com/marcosgriselli/SwipeableTabBarController/pull/103. And add new case `none` to "AllowedSwipeDirection" enum and just return false for that case inside `gestureRecognizerShouldBegin` method 🤷‍♂️

> @borut-t I don't see a benefit on adding a `none` swipe direction allowed since we already have a `isSwipeEnabled` property for the tabBarController. This was originally planned for view...

I would say Realm should at least throw an error instead of crashing the app. That's why we are performing `add` inside try block. This is really confusing for developers....