Ash Furrow
Ash Furrow
Hmm, deleting/adding rows to the table view should be relatively straightforward based on standard UITableView API calls. Adding/deleting cells to the collection should be very similar, too. Let me know...
Yikes, that sounds tricky. I've never gotten autolayout-driven dynamic cell sizes to work, I just always calculate by hand (it sucks, but it's reliable). If it were me, I'd use...
Hmm, tricky. I've never used it before, but I don't think it's likely to work, as the collection view doesn't really know how to size itself based on its own...
It should be the same process as moving any UITableViewController to be a UIViewController containing a UITableView. The extension should still be on the view controller subclass.
Sounds like you're not setting up your data correctly, try tracing the code where you expect itemMomentNotes to be set and make sure it's working properly.
Hi, thanks for your patience while I respond. I'm not sure I understand the issue properly. The tool should handle renamed files already with the default files: https://github.com/ashfurrow/danger-rubocop/blob/60621dcd390bb64d444f297e77054be7d3fa3fbe/lib/danger_plugin.rb#L150-L152 Are you...
Hey! Yeah that makes sense, I think a readme addition sounds like a great idea!
Sounds like a great plan, thank you @freak4pc 🙇 I have also found myself managing the release process for repos that I haven't contributed to in a few years so...
Sounds cool! Do you have a link to the project?
Looks awesome! My only suggestions would be to add some examples, installation instructions, and some mention of RxSwift to the readme. I don't _see_ any tests, but :grimacing: that sounds...