Victor Carvalho Tavernari

Results 21 comments of Victor Carvalho Tavernari

For example, If you create a ViewController with a UITableView / UIScrollView ... top left right and bottom constraints 0 and it has a content size height greater than superview...

Example! ![IMG_0381TRIM](https://user-images.githubusercontent.com/779949/60464573-5b3da380-9c25-11e9-8699-a21142f434b6.gif)

After this fix ![After fix](https://user-images.githubusercontent.com/779949/60467654-947a1180-9c2d-11e9-8783-9bb61d4dfb47.gif)

@ivanvorobei What do you think about this pull request?

@ivanvorobei my situation is happening because I am using UIScrollView + UIStackView, so I will try to repeat that situation in an empty project and then I will send you...

For this topic, I made simple tools and I called it ReSwiftMiddleware. A simple example of how to use this ``` import Foundation import ReSwift struct MiddlewareLogger : MiddlewareExecutor{ let...

> Hi, @Tavernari. > > Note that this would have some limitations compared to “normal” ReSwift middleware functions, maybe you want to add them in the README: > > *...

@atacengiz My idea on this framework is to help developers to use `Middlewares`, if you look the syntax with many functions inside functions, for me is not clear and demand...

I got three different reports with different lines, but if you enter inside those reports the structure of the stack trace is the same for all reports only changing the...

I put flush call on AppDelegate `applicationWillTerminate`, so my friend told me that he got the crash flow, he just close the app and tries to open again, after that...