LacertosusDeus
LacertosusDeus
Please include a screenshot, it is unlikely this is a conflict with Kalm though.
Would you be able to provide a tweak list? Also to quickly check if this is a tweak conflict you can disable all other tweaks using iCleaner except for Libellum....
I really like the addition of the icon to the AnimatedTitleView, but it should be a part of the same class not in a separate file. I've attached source files...
> Side note: why do you use categories instead of declaring properties or ivars? What do you mean?
Declaring ivars in the implementation just defaults them to `@private` vs the interface being `@public`. It's just preference to me, I try to only use properties if something need access...
> What's the point of using ivars then? Because nothing needs access to the variables. They are just for this class so there's no point in making properties.