Sophia Tung
Sophia Tung
I fixed this by moving the entire view up by first adding ``` obj-c [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil]; [self becomeFirstResponder]; ``` to...
Hey, thanks for the quick response! I can absolutely make a PR for the changes. So as I understand, you will want two additional methods in addition for the current...
Sorry about that, try it again.
I have not updated the sample project to work with the new modifications yet, mainly because I haven’t actually finished the implementation yet. When I get time this weekend I...
Did you manage to get it working on iOS 8.1?
Popping in to say I'm also experiencing this problem (.pio/libdeps/seeed-xiao-esp32c3/Simple FOC/src/current_sense/hardware_specific/esp32/esp32_mcu.cpp:20:3: error: no matching function for call to 'ESP32CurrentSenseParams::ESP32CurrentSenseParams()' trying to compile for a Seeed Studio XIAO ESP32C3. Fresh project...
Wanted to add, this issue manifests itself as a console log `Could not find a UI anchor for xxx purchase.`. I'm using RevenueCat in an iMessage app and I'm running...
Thanks so much @MarkVillacampa, I'll try this as soon as I get home and report back!
Ok just tried that branch and it seems to be working. I'll try to rush my build through review and see if customers are still seeing the issue. Thanks!