Tag Archive for 'obj-c'

MyShares app

Add a comment

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.

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 [...]