Eduardo Iglesias
Eduardo Iglesias
On MacOs 12.2.1 Monterey. I can rebuild bindings-cpp@latest but it got stuck ` • rebuilding native dependencies dependencies=@serialport/[email protected] platform=win32 arch=x64` while `npx electron-builder -w` any ideas?
This is because the css class changes in bootstrap 4 I create this class as "work-around" ` .typeahead .active, .dropdown-item:hover { z-index: 2; background-color: #007bff !important; border-color: #007bff !important; }...
@divadsn Yes I try it and it didn't work for me, or maybe I',m calling bad the theme ` newArticle.find('.article-input').typeahead({ source: articles, autoSelect: true, fitToElement: true, showHintOnFocus: true, theme: 'bootstrap4'...
Hi @smileyborg , any email? also I copy the cell you have, exactly the same. And the cells resize perfectly but I need to reload the cell (put it off...
Hi @smileyborg I really don't know why but If I add this ``` override func viewDidAppear(animated: Bool) { self.tableView.reloadData() } ``` Works perfectly, it seems that in the first render...
Hi @smileyborg cell.label2.preferredMaxLayoutWidth = CGRectGetWidth(cell.label2.frame) work with the new cells, only I have a problem with the first 10 cells that appears without scrolling
@smileyborg. With that modification it renders the height fine, but the distance between the label1 and label 2 (like your example) differ. When I hide and show the cell it...
@smileyborg Ok thanks! I will try it! and I let you know how it goes
Hi peter, I had the same problem and I solve it by putting any-any in the class size instead of compact-any And now works great Enviado desde mi iPhone >...
Hi jekahy, which view are you putting the background color? Could you post your code?