thejeff77
thejeff77
Great question. And to back up a little further - what kind of function would apple expect on elements that previously used 3D touch for details (popover preview thing), and...
The result is... Apple fixed it for their own drag and drop apis - the drag and drop delegate. I'm not sure why someone hasn't made a library that makes...
So I was able to fix this so it works really well. In my opinion it works as well as the sample Apple gave me, but perhaps its only 95%...
My app functions much better - and as mentioned I'm not able to reproduce the same greate experience in the sample, its almost as if the first drag works ok...
Well, as I started using the apple drag/drop, it works so much better. You can drag the context menu into a reordering cell and apple's done a ton of work...
I just implemented this library and don't have this issue. I did have an issue with internal consistency that I fixed - it was my code of course not the...
@valeriologiudice I don't think this is an issue with this library. I forgot where I found the solution, but this is just an ios thing - the tints/backgrounds sometimes get...
I'm using pyes version 0.99.5, and I found out that the problem is that the search is never executed. The call to search_multi constructs a ResultSetMulti from all the parameters...
@Bennett-Lynch this is awesome, thanks for replying and contributing to that other discussion! For the custom method above - I think the generated code takes care of parsing. Do you...
This gave me the tip I needed to fix a very similar issue! Thank you! You also get this if you have extension functions for the sealed class - esp...