Thanh Pham
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 
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...