728x90 반응형 Programming/ios9 add multi addObserver for KVO using addObserver function to observe one or more specific values, should be able to separate values. ex. If we have Label1 and Label2, we don't know what is Label1's value in observeValue function.123456789101112131415// define two UILabel@IBOutlet var label1: UILabel!@IBOutlet var label2: UILabel! // add addObserver to each labellabel1.addOberver(self, forKeyPath: "text", options: [.old, .new].. 2017. 7. 16. UnityAdsUnityWrapper No known class method for selector 'sharedInstance' You have to install latest verstion of UnityAds https://www.assetstore.unity3d.com/en/#!/content/66123 2017. 3. 20. 'gpg/ios_support.h' file not found 1. Click the link below and Download Play Games C++ SDK Version 2.1 https://developers.google.com/games/services/downloads/sdks 2. Unzip package downloaded. 3. Add file gpg.framework ※ You have to check 'if items if needed' 4. Rebuild 2017. 3. 20. 'GoogleSignIn/GIDSignIn.h' file not found 1. Click the link below and Download Package https://developers.google.com/identity/sign-in/ios/sdk/ 2. Unzip package downloaded. 3. Add file GoogleSignIn.framework ※ You have to check 'if items if needed' 4. Rebuild 2017. 3. 20. 이전 1 2 3 다음 728x90 반응형