reza

Results 6 comments of reza

**Answer**: Add **UIGestureRecognizerDelegate** delegate to UIViewController. ``` func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let ges:UITapGestureRecognizer = UITapGestureRecognizer.init(target: self, action: #selector(handleSingleClickOnTableViewCell)) ges.delegate = self tableView.addGestureRecognizer(ges) } ```...

This library unusable because of this problem. when change to another button of tab bar image has flashing. Is there a way to fix it?

I think i found the solution finally. Just need to add this code to xml file like this: `app:ntb_animation_duration="0"`

**So i did it like this:** ``` $('.my-btn-class').click(function(e) { $(".time-class").attr('value', '09:00:00') $( '.time-class' ).pDatepicker( { onlyTimePicker: true, format: 'HH:mm', timePicker: { second: { enabled: false } }, autoClose: true, onSelect:...

@Freditansari Did you find any usefull answer? I need to estimate transaction fee before `key.send()` or `key.create_transaction()`. I have find this formula: Get **fee_rate** from here: ``` https://bitcoinfees.earn.com/api/v1/fees/recommended => {"fastestFee":102,"halfHourFee":102,"hourFee":88}...

What is the answer ? do u solved it? @simonlmg @spoletto