Vedran Burojević
Vedran Burojević
@slmille4 did you manage to do this?
I've fixed the screenshots and added Light and Dark themes as well.
Having the same issue, not getting "3m" like in README. For hours i.e. I get "11 hr. ago".
It seems that the JSON files don't even have that type of abbreviated format. @malcommac was there a support for this before? Is it possible to add these translations back?
This happens to me as well. I tried to track the bug in code but unsuccessfully. @mats-claassen any ideas? If you have any idea on why this happens I'l gladly...
Seems that calling `EasyAnimation.enable()` after enabling it should re-swizzle the methods and disable it, but that's not the case. Any ideas @icanzilb? I'd like to make a PR to fix...
Ignore, my bad. UIViewController wasn't deallocated properly so code in viewWillDissapear didn't get called. :)
Nope, still had the issue because `swizzle` was a static block property and it could be called only once. I opened a PR for this: #59
Getting the same issue on Xcode 14 on 1.7.1. Not working on 1.7.0 either.
Ok, I will try, thank you. Another questions since I posted this one already. I am trying to set AQGridView to show 2 items in row if iPad and 1...