Pablo Alcalde

Results 26 comments of Pablo Alcalde

I tried, still does not send `` when pressing `Option + j` It sends always `^]` no matter if I set meta or escape keys option in iterm. I've ended...

@DanielKrofchick yep, I'll update it!

@DanielKrofchick updated.

@bryankeller any updates on this?

Absolutely! good luck your finals!

good morning @bryankeller! It makes sense to me the separation of concerns that you want to have. I'll update the pull request with your points soon and let you know.

@bryankeller After taking a look, these are the issues I see with the implementation you propose: As dicussed, in order to have the tableView smoothly change the sectionheader frame, we...

@bryankeller sure, if you found an issue with the implementation of the PR take your time to find other solutions. Np!

Just move [searchBar.behaviorDefiner snapToProgress:1.0 scrollView:_scrollView]; to viewWillAppear. The problem is that scrollViewDidScroll delegate method gets called internally when gets draw by first time (so after viewDidLoad) to adjust the contentSize...

I'm not sure why the bar resets to 0 on willAppear. Try to put a breakpoint on setProgress and see who calls it and why, I don't see anything in...