Dmitrii Zverev

Results 8 comments of Dmitrii Zverev

I tried put together pagecontroller and this step controller but it looks terrible. I had to use notifications to send step controller to change step to another after page changed....

Yeah! Waiting for this as well!

That helps: ``` @IBAction func buttonPressed(_ sender: Any) { DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(100), execute: { self.dynamicBtn.setStyle(.caretUp, animated: true) }) } ```

that was iPhone 6 and this is from iPhone 6+ https://www.dropbox.com/s/xmzhpwpy8rj7iwn/Screen%20Shot%202015-12-29%20at%2020.58.43.png?dl=0

@Maximelc unfortunately, pod "RLBAlertsPickers" does not support iOS10 as a minimum iOS version. Looking forward to having iOS 10+ support via pod

@loicgriffie I saw but unfortunately I (and most likely lots of devs) had to support iOS10

как вообще должен выглядеть такой scope? Я так понял что если есть в документации по АПИ, то сама возможность есть. буду делать своим RESTклиентом..