Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode でボタンを押すと、加速度計インターフェイスと GPS の値を一度に取得したいと考えています。
シングルトンの概念についてはわかりましたが、ボタンを 1 つ押すだけで加速度計と GPS を起動する方法がわかりません。
答えは、次のように必要なインターフェイスを追加することでした。
@interface OverlayViewController : UIViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate, CLLocationManagerDelegate>