Hello Mac Cocoa
Here I’m gonna introduce you the paradigm of programming for Mac using Cocoa, Objective C. The aim is to make a calculator app. By the way, the project soon ported to iPhone. And that requred just fiew changes. I mean development for both platforms is mostly identical. Well, I have a standard program scheme that I use each time I need to test some new for me platform, that’s “Calculator”. It looks like this: We have 1 class, let’s call it MYCalculator. We have 2 classwide available...
Read MoreHello iPhone
Here I’m gonna introduce you the paradigm of programming for iPhone using CocoaTouch, Objective C. The aim is to make a calculator app. By the way, this app is first created for Mac and then ported to iPhone. And that requred just fiew changes. I mean development for both platforms is mostly identical. Well, I have a standard program scheme that I use each time I need to test some new for me platform, that’s “Calculator”. It looks like this: We have 1 class,...
Read More
Recent Comments