johannesd
johannesd
I'm not sure if blanket rules are meant to be nested in Rs, but I think it would definitely be useful: ``` class MyModel(Model): pass class MyOtherModel(Model): parent = models.ForeignKey(MyModel)...
Hi, I'm trying to animate other views in sync with the overlay transition. The BackdropExampleViewController example comes very close to what I want to do. Everything works fine, but when...
Added option for applying an offset to the suggestions container
I would like to prevent deselection of the cell when the swipe happens. I'm not sure why this is happening anyway, I assume that the gray selection in a table...