Lewis Smith
Lewis Smith
I've also seen this issue. Another option might be to allow setting content on the left and right? I guess I could do this myself with the custom view option.
If all the text appeared on the line where it says xxx selected, I think that would look good. A simple work around could be: ``` message = "hello" if...
What's the ETA for the home area version?
@benguild I'm not interested in contributing this change. For my app (and I think for many) putting the message at the bottom means there's a strong chance it will be...
I also see this issue
If I run `ruby generateEntityDiagram.rb ~/code/myproject/` it still includes native classes, for example String. Is this intended? It would be great to exclude them. Thanks for such a cool project!
Although a release would definitely be best, you can work around this as follows:
I am seeing this too ``` 2021-01-14 10:58:28.440614+0000 paddlelogger[14697:4413663] -[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance 0x1060e7000 2021-01-14 10:58:28.441549+0000 paddlelogger[14697:4413663] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableView...
I'm thinking about doing some work on this library, but before I start I'm wondering will my pull request get approved? (assuming it is up to quality standards etc) or...
I did `cropController.transitioningDelegate = nil` is implied by the answers above and that fixed it for me.