Roy Marmelstein

Results 22 comments of Roy Marmelstein

Hi @MasterCarl, Thanks for working on this. I like the concept and am intrigued by your approach. Please let me know when you consider it "done" so I can properly...

Hi @hulikp and @giacDaddy, sorry to hear about your issues but FileBrowser currently only supports Swift 3.0 (released over a month ago). If you are having issues using with Swift...

Hey @cyanisaac, this is something I would eventually like to add. The question is how to do it in a way that is generalised and customisable enough? Still haven't figured...

Hi @MouMentos, I like this solution. We should make it (or something similar) a part of the framework. I didn't realise this was an issue many people faced. Improving usage...

Thanks @Sufi-Al-Hussaini. I like this syntax a lot! We will need to add this to the Swift genstrings script too (the python string will be eventually deprecated).

Hey @SASDOE, you are on the right path... Localise-Swift is looking for the mainBundle (always) and that doesn't work from the the test bundle. I'll try and find a good...

Hi @Dershowitz011, it's definitely something I would like to implement. There are a couple of issues due to the way Apple's previewing API reads the UIPreviewActions (basically, creating a backwards...

Thank for the suggestion . I'm guessing Instagram's implementation is very specific to their needs (also, no nested action groups, no transition animation between states and no 'pop' on older...

Well... you kind of need to write your own custom behaviour inside the PeekPopGestureRecognizer... Again, as I mentioned, I am working on a clean implementation of this and it will...

Thanks @hansstefan but I'm not so sure this is the best approach. Need to play with it a bit more.