isa yeter

Results 15 comments of isa yeter

It is not working on my phone too, any update ?

@nabla-c0d3 waiting for your integration impatiently. thank you.

Hello @kootenpv , it's MacOS Monterey (12.3.1) on M1 Max

Any update? We can not create vpn connection on iOS programatically. It supports only **NEVPNProtocolIPSec** or **NEVPNProtocolIKEv2** At this point SoftEtherVPN is meanless for iOS Developers 🤒

I have solved the problem by adding a hidden UICollectionView instead of real slider, and attached it's pan and tap gestures to my real sliders value, and don't forget this...

I have a temporary solution until fixing completely. I added these lines before showing banner, ``` UIApplication *application = [UIApplication sharedApplication]; UIApplicationState appCurrentState = [application applicationState]; if(appCurrentState == UIApplicationStateActive) {...

Thanks for the example @sharple , missing part to remove Activity for whom want to use @sharplet 's code. ``` func finishBlockingActivityIndicator() { subviews.filter { $0 is BlockingActivityIndicator }.forEach {...

same problem here. could you find any solution @zdf127 ?