I'm working in the 3.0 SDK so I can't use specifics, but anyone who is using it might understand, I hope.
I have been trying to load a view that allows you pick from a particular list of items...but I can't get it to work here's the code I'm using, made to be generic:
M**********Controller *newpicker = [[M**********Controller alloc] init];
I've tried using variations of the above, but I just can't seem to get it to work. I'm not sure if I'm calling this in the right place in my code or if this is even the right way to do it. The documentation is here(only registered developers can view it). It sounds to me like it's similar to using UIAlertView, but it doesn't seem to work like that. This may be too obscure, but if anyone can help it would be appreciated.