Davide Scheriani
Davide Scheriani
+1, join collections would be a very useful feature (ditto)
Actually is not working, because even if set the class of the ViewController to FormViewController, I do not see the IBOutlet of the tableView and is not possible to assign...
> Check this out [chaoskyme#3](https://github.com/chaoskyme/Tesseract-OCR-iOS/issues/3) Thanks!
A note: if I extend a UITableViewCell, the problem occur and scrolling seems to fix this, but if I extend a UIView the problem does not appear, so something is...
> So you mean this only appears when you subclass UITableViewCell? Yes I wanted to reuse a row class > Are you doing that with your header view class (aka...
Yes, I did use subclassing the headers without having problems. At the moment I cannot put more time and money on this update to use a UIView custom class inside...
> How is the behavior in this assignment (inside the _onSetupView_ block): `view.subTitleLabel.isHidden = "My subtitle"` I have a stackview vertical and when there is only the title I hide...
Ok, so is possible to use a custom tableviewcell instead of a view, good to know.
Ok, I was testing it and I found out that if I delay the creation of the sections with the custom header form a nib, it does not works. Please...
Yeah, unfortunately I cannot use the Multivalued Sections because we need to move sections itself using a single row as "fake header" to rearrange; unfortunately Apple never gave us the...