当我在Xcode中按下按钮时,我想立即获取Accelerometer接口和GPS的值。
我现在知道单身概念,但我不知道如何通过按下一个按钮来启动加速度计和GPS。
答案 0 :(得分:0)
答案是添加所需的接口:
@interface OverlayViewController : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate, CLLocationManagerDelegate>