Gavin McKenzie
Gavin McKenzie
Same issue here. Not that it should matter, but I'm in a storyboard-based project. I'm going to try and debug what is going on.
Problem is that commit a45158 accidentally dropped this line from near the end of initWithScrollView: ``` [self setState:kPullToRefreshViewStateNormal]; ``` See my modified PullToRefreshView.m in this gist here: https://gist.github.com/1611706
Another issue...the statusLabel doesn't appear anymore as the statusLabel initializer was changed in commit 3238b01cfd. Prior to that commit the statusLabel initializer was: statusLabel = [[UILabel alloc] initWithFrame:CGRectMake(0.0f, frame.size.height -...
Just wondering what the status is for the separate project with secp256k1 support?
I see there is a bunch of swizzling code for focus in MarkupWKWebView that was commented out on Sep 5. If I restore that code and call showKeyboard() from makeUIView...
Awesome -- I'll point my package ref to main and give this a go. Thank you for such a prompt and detailed reply!
Thank you for all this info, and apologies for my delay in responding. I've been heads-down for the last little while. Over the next week I'll focus on implementing this...
Ha! Unfortunately at the time I couldn't get my client to permit me to submit a PR. How time flies.