Aurélien

Results 6 issues of Aurélien

The script detects an unused item when I return the result of a function with a comment at the same line: Here an example: ``` override func tableView(_ tableView: UITableView,...

* [x] I have looked at the [Documentation](http://snapkit.io/docs) * [x] I have read the [F.A.Q.](http://snapkit.io/faq) * [x] I have filled out this issue template. ### Issue Info Info | Value...

# Issue I have a function that logout my user: ``` func logout() { let storyboard = UIStoryboard(name: "Main", bundle: nil) let controller = storyboard.instantiateInitialViewController() UIApplication.shared.keyWindow?.rootViewController = controller UIApplication.shared.keyWindow?.makeKeyAndVisible() }...

bug

I created a cocoa touch framework that uses your `libPhoneNumber-iOS` as a dependency. I can import in my file: `import libPhoneNumberiOS` All is fine, I can install my framework in...

I'm using this lib and I'm getting an issue with the Vatican City country code (`VA`) which is `+379`. The value returns by `NBPhoneNumberUtil.getCountryCode(forRegion: "VA").stringValue` is `39` and not `379`....

Is there a way to animate selectedMinimum/selectedMaximum programmatically ? I used: ``` UIView.animate(withDuration: 0.2) { [weak self] in self?.slider.selectedMaximum = value self?.layoutIfNeeded() } ``` but no result :/