Alexey Ivashko
Alexey Ivashko
Can I try doing it?
@vhesener Submitted my pr #56 to show incremental progress, want to get some early feedback
Any change of merging this pr in repo? We rely on the fix suggested by @Thomvis but we had to use a fork in order to fix crash in our...
@joeljfischer ``` progressView.snp.remakeConstraints { (make) in make.leading.equalToSuperview() make.top.equalToSuperview() make.bottom.equalToSuperview() make.width.equalToSuperview().multipliedBy(timerPercentComplete) } ``` Where exactly do you call these lines of code? Maybe your view not exactly in view hierarchy and...
@douxinchun What's wrong with it?
Isn't it already implemented in #615?