Thanh Pham

Results 4 issues of Thanh Pham

[NoOptionalInterpolation](https://github.com/T-Pham/NoOptionalInterpolation) gets rid of "Optional(...)" and "nil" in string interpolation and makes pluralization easier. ``` swift import NoOptionalInterpolation let n: Int? = 1 let t: String? = nil let s:...

https://github.com/T-Pham/UITextField-Navigation ![screenshot2](https://cloud.githubusercontent.com/assets/1930855/16387949/97aa7dfc-3cc9-11e6-9930-413ab9af963c.gif)

So, instead of letting Alamofire parse the data to AnyObject and then this extension convert the AnyObject to JSON, is it better to just parse the data to JSON right...

The method `- (UIImage *)image` in the `UIView+Image` category causes an error in Swift projects. The error message is: ``` getter for 'image' with Objective-C selector 'image' conflicts with method...