-
Hello @andreamazz ,
First of thanks for the great work. Library works awesome.
I'm not sure if my problem is directly linked to bubbleTransition, but I'm noticing a lag on the FIRST button press. F…
-
Hi! There is ASCellNode with vertical ASStackLayoutSpec with 3 children:
- ASTextNode - Title
- ASNetworkImageNode - Some internet image with various size
- ASTextNode - Some text
When image not yet …
-
I recently make the fix from #80 to switch out the mainViewController, however after a few swaps, the side nav view becomes unresponsive. After that I cannot receive any clicking in the side nav, any …
-
When I export a project all I get are the utility functions.
Am I missing something?
Any help is appreciated.
Thanks for this great tool, it is fantastic.!
-
Happened while trying to reproduce #1268, when pasting the following code into REPL:
``` r
id % html_node("a") %>% html_node("span.black") %>% html_text() %>% repair_encoding(., from = "UTF_8")
```
…
-
I am facing an issue where I am animating an ASNetworkImageNode by removing it from ASCellNode to later add it to an UIViewController's view. Animating ASNetworkImageNode back to ASCellNode worked unt…
-
After present a view controller, and generally after I click on some parts in this presented view, and then when I click on the background, this view doesn't disappear but only causes the background f…
-
Hi guys,
The main goal is to present my first viewController looking like a "classic" modal, and detail controllers pushed inside will be smaller.
I tried to set contentSizeInPopup with UIScreen bou…
-
Hi,
I have been using this library since you published, and I really like it so much!
and I am using this on my current project right now, :)
I have just small issues:
I have project that pushes to…
-
Hi :) unfortunately, i've faced small issue with your awesome library.
If MZFormSheetPresentationController is presenting any controller (in my case it's alert view), than origin of it's content vi…