Tim Kuzmin

Results 3 issues of Tim Kuzmin

Seems like a typo. Probably, `return` is missed after line 476.

I've set children like this: ``` override func viewControllers(for pagerTabStripController: PagerTabStripViewController) -> [UIViewController] { let child_1 = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "LoginViewController") let child_2 = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "RegistrationViewController")...

During the seeding we get symbol arrays as [String], but new condition `if attributeType == .binaryDataAttributeType, let array = fieldValue as? [NSCoding] {` doesn't catch them. The old one `if...