Anyone have a simple way to silence the undocumented UIDevice setOrientation warning?
I found this piece of code that silences the undocumented UIPickerView setSoundsEnabled warning.
|
|
Anyone have a simple way to silence the undocumented UIDevice setOrientation warning? I found this piece of code that silences the undocumented UIPickerView setSoundsEnabled warning.
|
||
|
|
|
|
just declare the method in a category in the
|
||||||||||
|
|
|
Why not just subscribe to the orientation notifications? They are supported and work at the same time.
|
||
|