Abdoelrhman

Results 7 issues of Abdoelrhman

I've been working with this library lately and I've faced semantics issue that wasn't flipped automatically whenever I change the language, so I added it, also I rewrote the currentlanguage...

is it possible to use gestures to move the view besides the movement of device?

fix for my issue here https://github.com/ejeinc/MetalScope/issues/40

Why to dismiss stereo vc like ``` presentingViewController?.dismiss(animated: true, completion: nil) ``` Instead of normal dismiss as it's modally presented ```dismiss(animated: true, completion: nil)``` It's causing my stack of VCs...

Hello, I think having this property as set not only get would help a lot ```collectionView.isEmptyDataSetVisible``` like ```collectionView.emptyDataSetShouldDisplay = true ``` in a direct way not just delegate, because sometimes...

I'm trying to continue the played track where it stops after interruption, but this delegate func doesn't work at all when it comes to reporting progress ``` func audioPlayer(_ audioPlayer:...

needs feedback

I've an issue rising in my app in this line 39: `STKCoreFoundationDataSource* datasource = (__bridge STKCoreFoundationDataSource*)inClientInfo;` from 'STKCoreFoundationDataSource.h' file. fabric error raw text: ``` Crashed: Thread 0 libobjc.A.dylib 0x1809c41a0 objc_retain...

bug
needs feedback