How hard is it for a .NET programmer to learn Objective C and Cocoa?

Posted by rsteckly on Stack Overflow See other posts from Stack Overflow or by rsteckly
Published on 2010-05-26T20:08:20Z Indexed on 2010/05/26 20:11 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

Hi,

I'm trying to build a dual platform application for a company of my own I'm trying to start at night.

I have the .NET version done, but have not finished the UI part. I'm thinking of buying some 3rd party controls.

If I buy these controls, however, they clearly will only work in my Windows version. I'm wondering if I should try to do the UI in GTK# and use Mono with CocoaSharp or just build the thing in MS technology and teach myself the Mac side?

I'm just really unfamiliar with the Mac world and am wondering how much of a learning curve there might be.

I've thought perhaps of rewriting my core logic in Ruby or Python. This why I could use the .NET version with .NET controls and presumably hook the same code up on the Mac.

It's an educational app targeted at consumers. As such, it shouldn't require a lot of technical sophistication to install.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa