Thread Pitt
Thread Pitt
Yes, works for me too!
Hi, same issue here, cypress looks very promising and thanks so much for your work on that plugin! Unfortunately, I don't get it to work on Win Server 2016 (IIS...
Hi, basically, I'm doing this: ```swift public class TitleLabel: UILabel { init() { super.init(frame: CGRect.zero) self.semibold(18) self.textColor = Global.Colors.Text.InfoHeavy.getThemeColor() self.numberOfLines = 2 self.textAlignment = .center // I also tried commenting...
Hi, thanks for your help! I tried again, without changing anything other in my code. The issue comes up again with 2.10.0. Furthermore, I see other strange effects, e.g. some...
Hi, yes, same issue here. What we are seeing is that when a tab bar item is selected, the shouldSelect delegate is called twice. Is there any way to get...
Yes, had the same issue, in one ViewController it only worked in viewDidAppear. The only difference I could tell was that the first VC (where it worked in viewDidLoad) was...