denis

Results 53 comments of denis

**Swift 3.0** with animated dimming ``` //beefore sideMenuContainerView! outterView = UIView(frame: CGRect(x:0, y:0,width:sourceView.frame.width,height:sourceView.frame.height)) outterView.backgroundColor = UIColor.black //outterView.layer.opacity=0.2 let tapRecognizer = UITapGestureRecognizer(target: self, action: #selector(ENSideMenu.hideSideMenu)) outterView.addGestureRecognizer(tapRecognizer) outterView.isUserInteractionEnabled = false outterView.isHidden =...

I can insert and use Back button even in left-case menu, but I can not dismiss view. Why? it just does nothing @IBAction func t(_ sender: Any) { //toggleSideMenuView() dismiss(animated:...

it works. if you use handmaded drawer, use ``` ViewTarget target = new ViewTarget(mDrawerList.getChildAt(i)); ```

Thank you, @ikilobyte , but most of all I am interesting in, **what's wrong in the message received**? In other words, imagine that I can not install GMP/BC. How could...

I understand, no problem. Let the message contains the following negative values **partition: -1 batch_index: "-1"** Could it be the reason? How can I get rid of any field from...

confirmed. it still works with mapbox 9.6.1 and play-services-location:20.0.0

I use to get it so ``` rowClick: function(args) { let x=args.event.target.cellIndex let y=args.itemIndex let cell=Object.values(args.item)[x??0] console.log("rowClick cell["+x+","+y+"]=",cell) }, ```

even so: ``` let field=this.option("fields")[x] let cell=args.item[field.name] ```

Vue.use(window['vuejs-noty'].default)

So how to remove a pair?