Archive for the 'objective-c' Category

MyShares app

Add a comment

icon

Spent most of today learning more about NSTableView, memory management and other things Cocoa/Obj-C/xCode.

What came of it?

I made a little app for keeping track of shares – via finance.yahoo.com.

Includes an open/save dialog so you can have a ‘portfolio’ to open again at a later time.

ATM I think it only runs in OS X 10.6.

Download MyShares

myshares
Download MyShares xcode project

SubIt 1.1

3 Comments

subit_icon
Latest release of SubIt – version 1.1

Finally it’s here!
After a complete rewrite in Objective-C I am happy to say that I have a working version of SubIt.

What’s new?
Most noticeably the ability to select QTTracks in your media.
Ability to select a font/style/size before exporting your work.

Download it and let me know what you think and what bugs you have found!

subit_window

Multiply – little xcode project

2 Comments

Yesterday afternoon I was sitting with Erin & Hugh seeing if we could do 2 digit multiplications in our head, such as 34 * 94.

It turned out I am pretty bad at this so I figured I’d make a little mac app/game to practice with and get back into coding.

Looks like it’s a 64 bit app, and i think it only runs in 10.6.

multiply

I might rebuild it for the iPhone.

multiply app (11)

xcode project:

multiply xcode project .zip (15)

Learning Obj-C

Add a comment

Yesterday I decided I have to give up on PyObjC for the moment and step into the world of Objective-C.

I have got to a point in developing SubIt that I can’t seem to get enough out of the PyObjC bridge to be able to get what SubIt needs.

So now I am in the process of rewriting SubIt in Obj-C.

Obj-C seems weird and complicated and I can’t see why it has to be this way when Python/Ruby seem just so much much easier to understand. Oh well, I have taken the plunge.

I spent most of yesterday reading a great and easy to follow PDF called “Become An Xcoder“, available for free download:
http://www.cocoalab.com/?q=becomeanxcoder

I have been looking at a bunch of podcasts/videos/books and to me this PDF was the quickest/easiest way to get a little up to speed.