I have a UIPickerView that wont show up when I run the app because I created it programmatically and I’m using a UIImage as a background for the app. How can I get it to show up ? I have tried
[super.view sendSubviewToFront...];
and it still doesn’t show up. Any idea why?
I dont have my Mac rite now but ill give you the basic idea . What you should really do is after allocating both the image and the pickerview ; first
addSubViewtheUIImageonto theself.Viewand thenaddSubViewtheUIPickerViewon theUIImagelikeAny doubt let me know . Thanks .