Hi, I'm currently writing an app for iphone that downloads large
tables of text and images , and my server outputs big endian.
How significant would the extra processing be to convert to small
endian on the iPhone?
I'm sure most of you would recommend doing the conversion on the
server si
I'm setting up my constants in my app, and have come across a problem.
I wish to have a standard UIColor to use for all titles in my app but
I get the error "error: initializer element is not constant" and for
obvious reasons , but my question is: How am I 'supposed' to implement
a single g
Data shall be obtained via http as utf-8 served by Java
DataOutputStream.
The data consists of int's and utf-8 strings
Other than iterating through byte by byte, does cocoa have any
convenience methods to communicate or extract such data?
Speed of data transfer is of high priority, what w
I wish to dynamically load (from URL) byte array data, convert to
cocoa datatypes, and use in an UITableview.
So many ways to skin a cat, so before I proceed I was wondering what
methods you would recommend for the job?
___
Cocoa-dev mailing list