Ian F.

Results 5 issues of Ian F.

Currently the editor only supports adding one image. If insert a second image, it won't show up in the editor. Is there anyway to insert more than one image?

Hi, I'm using navigationController.push(EZSwipeController) to push a new EZSwipeController into navigation stack, but it seems to break iOS's swipe right to return.

`class FeaturedSwipeViewController: EZSwipeController, UIGestureRecognizerDelegate { let seg = UISegmentedControl(items: ["1", "2"]) var advisor: Advisor! override func setupView() { super.setupView() datasource = self navigationBarShouldNotExist = true } override func viewDidLoad() {...

I tried adding gestureRecognizer directly to headerView but not working, so I also tried: ` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.width*0.667)) ``` headerImageView.image = headerImage headerImageView.userInteractionEnabled = true...

### Expected behavior Component continues to work when rendered inside iframe. ### Actual behavior Draggables cannot be dragged when rendered inside iframe using `react-frame-component`. Work as expected when outside iframe....

untriaged
unconfirmed-bug