tags:

views:

15

answers:

1

Hi,

In my application I want to retrieve the information of user iPhone device about the settings relating to Alaram/Bell etc and add all those information in my label which I have created prior.

So that we can proceed in my program further.

please help me out its urget.

Thanks in advance.

+1  A: 

Look through the UIDevice.h header file in the UIKit framework for a list of properties, or read the excellent Apple documentation.

Alex Reynolds