Max Bothe

Results 30 comments of Max Bothe

We would really like to use this engine for our project! Is there any progress or a workaround to get this running on codeclimate?

If I can help in some way, please let me know.

I can give it a try. But I can't make any promises. I think at some point I will have to ask for your counsel and/or help for realizing this.

This new option `--custom-localizable-strings` makes it a bit harder to implement this feature. I would expect that occurrences of `NSLocalizedString` will search in `Localizable.string` if `tableName = default`. If the...

Yes, thanks! That's clarifying things. I will when I can find time to work on this. I'm kind of busy right now with other stuff. In the meantime, for everyone...

@ldhios You have to implement `verticalOffsetForEmptyDataSet` of `DZNEmptyDataSetSource`. Objective-C: ```objective-c - (CGFloat) verticalOffsetForEmptyDataSet:(UIScrollView *) scrollView { return -self.tableView.tableHeaderView.frame.size.height/2.0f; } ``` Swift: ```swift func verticalOffset(forEmptyDataSet scrollView: UIScrollView!) -> CGFloat { guard...

@anirudhamahale Since it's already been 4 years, I can't really tell. Not sure how supplementary views will effect this. But I'm sure that there will be a way to account...

I did run into this bug using version 0.1.16-alpha1. So I also took a look at the code. As it turns out, removing the multiplication with `-1` as suggested above...

This is currently not exposed in the API