Hernan Gonzalez
Hernan Gonzalez
Hi, I am getting the error after adding the activity bar. ``` override func viewDidLoad() { super.viewDidLoad() activity = ActivityBar.addTo(self) activity.start() } ``` This is just a regular VC inside...
Hi, Would be nice if this would also be set in the animation. Thanks, H.
Hi, Interesting library! Latest release here is 0.66, while on pods you can only find 0.61. Any reason to keep it that way? Could you update it there too? So...
Hi, Tried to set a background color to the component, yet it shows up off the edges. Realised then that if I set the page control to clip its content,...
Hi, Looks like swift-3 support in on master. Why not update the podspect to get it on cocoapods? Thanks, H.
Hi, There is no accessor to create a Config struct. Thanks, H.
**Describe the bug** As I do a first launch, I see the following errors on my console: ``` ERRO[0068] trigger failed caller="/home/runner/work/zitadel/zitadel/internal/eventstore/handler/handler_projection.go:220" error="some statements failed" instanceIDs="[177665993328354299]" projection=projections.apps2 ERRO[0087] trigger failed...
Hello Guys, I would like to setup animations for different views, and trigger them combined at different times. I.e: ``` let anim1 = view1.cheetah.scale(0) let anim2 = view2.cheetah.alpha(0) let anim3...