Pavel Shorokhov

Results 9 issues of Pavel Shorokhov

In iOS Apple's library 'Swipe Action' supports 'fast actions' out of box. Fast action - is the action triggered on long swipe, and after event swipe returned back. I recorded...

At first, thank you for your library! Double tap in FrescoImageViewer has double logic: zoom-in/zoom-out with `fixed-step` and zoom-in/zoom-out with `single-finger-pinch`. In Google Maps, app waits a little delay. If...

How to make multiline input in Cocos2d-JS? I try to use `cc.EditBox()` and `ccui.TextField()`, but it works only in oneline mode. Run on platforms: iOS, Android Thanks! Original: http://stackoverflow.com/questions/30483232/multiline-input-with-cc-editbox-ccui-textfield-in-cocos2d-js

## 🐛 Bug Report It was working but one day it stop connect to emulator and show error: "Timed out establishing connection with "Fonetti" on "sdk_gphone64_arm64 - 12 - API...

I have UITableViewController based on storyboard, and want to use cells based on Layout. Class of Cell ``` class RecipeCell: UITableViewCell, LayoutLoading { var layoutNode: LayoutNode? required init?(coder aDecoder: NSCoder)...

Hi Nick! I discovered the strange behaviour in Templates. I have parent.xml, that uses template child.xml stored in subfolder. For example, folder structure: ``` ├─parent.xml └─views/ └── child1.xml └── child2.xml...

Let's create folder with Layout's "cookbook". I think it will be good to describe common cases for applying Layout. I use hybrid approach for developing for iOS. I use native...

`UIScrollView` works fine when we describe our view hierarchy using only xml. ``` ``` But with dynamic content I have some troubles. UIScrollView not working at all. It displays content,...

Теперь когда я запускаю флоу входа через VK (код который раньше работал неск. лет), у меня просто открывается приложение VK в обычно режиме (ленту мне мою показывает). Если перейти обратно...