Konstantinos Mavroudakis

Results 8 comments of Konstantinos Mavroudakis

When changing my code to not load data from JSON-API but use inline demo data as in the example, the application works fine.

Hi. Could you provide more details and code? What do you mean "at the time of reloadtree to use expand" ?

Thank you **joshjack** . In fact, I called `[self expandRowForItem:anItem expandChildren:YES withRowAnimation:RATreeViewRowAnimationNone]` for every item in the top level. I wanted the tree to be fully expanded.

I use latest RATreeView: `pod "RATreeView", "~> 2.1.2"`

In my case, that I wanted to have two adjacent fields, the leftmost as textrow and the rightmost as button, that issue (separator) appeared because I wanted the button on...

Thank you very much for the clarification. So, is it like what we have in a standard table view (horizontal thin lines) in a vertical way? I see that in...

Hello, Thank you for your work for SplitRow :) When I was using 1.1.1 version, I wanted to have the right field as a Button, with green background color and...

Thank you @marbetschar for your review. I reverted my change in `SplitRowCellTableView` back to: ` separatorView.backgroundColor = .groupTableViewBackground ` And set `tableViewRight.leftSeparatorStyle` in `SplitRowCell` to `.none`. I can confirm that...