rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

NSArray NSColor #195

Closed bmichotte closed 9 years ago

bmichotte commented 9 years ago

Hi @colinta, is there any reason why https://github.com/rubymotion/sugarcube/blob/master/lib/osx/sugarcube-color/nsarray.rb define uicolor instead of nscolor ?

Looks like strange to use uicolor on osx (while the rest of the class are about nscolor)

colinta commented 9 years ago

Oh no that's probably a mistake. I'll take a look.

On Mar 12, 2015, at 1:32 AM, Benjamin Michotte notifications@github.com wrote:

Hi @colinta, is there any reason why https://github.com/rubymotion/sugarcube/blob/master/lib/osx/sugarcube-color/nsarray.rb define uicolor instead of nscolor ?

Looks like strange to use uicolor on osx (while the rest of the class are about nscolor)

\ Reply to this email directly or view it on GitHub.

colinta commented 9 years ago

Easy fix! 0f1225007

Please PR in the future, I can always use the help.