I\'m trying to do some image edit syncing between two of the same app running on differe开发者_开发问答nt iPhones. I would like to send an NSSet * from one device to another (which I imagine involves
I am trying to implement a control to edit text that will display the text in multiple colors.None of the solutions I have attempted yet have b开发者_Python百科een good enough.
I have an XML schema 开发者_JS百科that defines my data model. I would now like to have Objective C source files generated from the XML schema. Does anyone know how to accomplish this?Take a look at th
I need to implement a view where I need the user to answer several questions using YES or NO. I thought of using a UISwitch but as far as I see it does not allows replacing the ON/OFF messages it show
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
It looks like a few people on stackoverflow get this to work but their code isn\'t posted.I\'m using
I want to build the toolchain for iphone on the snow leopard.I search on google and开发者_StackOverflow中文版 the answer is always for leopard.I replant it on snow leopard but there are some error.I c
I have a tableview with a search display controller.It has been working fine in the past, but recently has started crashing for certain search results.Here my code searches a Golfer based on their Nam
I have a set of NSTimeIntervals like this: NSArray *mySet = [NSArray arrayWithObjects: [NSNumber numberWithDouble: time1], //
I have a project that generates applications for two targets. One of the targets has to include one additional delegate protocol that should not be present on the other one. So, I have created a macr