-
I just implemented this simple method to fetch all available tags/zones
import UIKit
import Parse
import EstimoteProximitySDK
class HomeViewController: UIViewController {
let estimoteC…
-
#### Description
Summary:
This is a duplicate of radar #45003816. We encounter the same issue when using UIInterpolatingMotionEffect. The Main Thread Checker kicks in on an iPhone XS@12.1.
iPhone …
-
Getting a thread checker issue in Device motion in the example. Running on: iOS 12, Xcode 10, iPhone Xs
```swift
coreMotionManager
.flatMapLatest { manager in
manager.deviceMotion ??…
-
Its quite simple, trying to open the game makes it crash instantly.
Using CrashReporter to see what went wrong says that `/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/MetalPerf…
-
[CoreMotion](https://developer.apple.com/documentation/coremotion)を使って、Dependency作れないかな...??
-
I've installed Theos on my iPhone 8+ on iOS 11.3.1 and have attempted to build noNotch with both the iOS 11.2 SDK and 9.3 SDK but all I get are errors saying that UIAccelerometer is deprecated and has…
-
Quoting myself from #20:
So far I've found automated testing to be effectively impossible for the core "ActivityBrain" engine, due to the requirement of a steady flow of CoreLocation and CoreMotio…
-
See if you can pull a quaternion representing rotation from CoreMotion, and apply that transformation to a 3D object. Probably just a 3D model of the axes will do.
- [x] Display a 3D model when ope…
-
Some things we have to do for a stable API release:
- [x] Bluetooth support (#40)
- [x] CoreMotion support (#53)
- [x] Solidify API for non-UI requests (#39)
- [ ] Fix Request methods (#125 and #130)
…
-
I am getting this in my XCode project:
/AugmentedRealityController.m:165:51: 'UIAccelerometer' is deprecated: first deprecated in iOS 5.0 - UIAccelerometer has been replaced by the CoreMotion framewo…