Chris Jimenez

Results 19 comments of Chris Jimenez

Great Idea. Maybe also, something like this could work? ``` extension UIView { func colorOfPoint (point: CGPoint) -> UIColor { var pixel = UnsafePointer.alloc(4) let colorSpace = CGColorSpaceCreateDeviceRGB() let bitmapInfo...

Yes, I was thinking on sending params when XCUITests is running, and using that functionality for printing colors on screen or something that XCUITests can check. But kind of ugly......

Hey @gmarm. Thats nice! sure, that would be something that people will like to have I think. How would you image it it will work in IB? With a couple...

Yes, like you mention you cant do stored properties in extensions without being hacky. How about instead of using `localizableStringToCapitalize` we have `boolean` properties as `capitalized` and `uppercased` defaulting to...

Not sure if I understand, could you elaborate?

Closing due to lack of response. Let me know if you have more problems.

Hum I see, @rafaelnobrepd. Thanks for the explanation. Reopening again in case anyone wants to pitch in. I will give it some thought myself.

PRs are welcome for this change

PRs are welcome for the migration