Getting Interface Builder going is going be tricky I think - the limited amount of memory (the lack of any swap) compels you to creating objects lazily and IB/NIB files create a whole lot of objects, not totally compatible philosophies!
It would be nice, however, to be able to design things in IB, even if it created classes that you created new instances of in code.
Personally I'd love to see bindings and CoreData. Not sure how possible either of those will be given the constraints on CPU & memory, but I can hope!
by PatrickQG — Mar 10
It would be nice, however, to be able to design things in IB, even if it created classes that you created new instances of in code.
Personally I'd love to see bindings and CoreData. Not sure how possible either of those will be given the constraints on CPU & memory, but I can hope!