John C. Daub

Results 8 comments of John C. Daub

I'm running into this same problem, or at least a similar one. What seems to have fixed it for me was in the completion block to check complete and only...

Well... I'm not 100% sure it is a RIGHT fix, just that it works and does APPEAR to make sense. It'd still be nice to know why the real behavior...

You're welcome. If I can help any further, please let me know.

FWIW, I ran into this same (or at least a similar) problem. I had a `UIScrollView` whose contents I constructed on my own (not a `UITableView`). contentSize was smaller, thus...

I did exactly what I wrote in my comment, which is essentially the same thing you're doing except I was working on a pure `UIScrollView`, not a `UICollectionView` (nor `UITableView`)...

Yeah, it looked like the way to fake out the UITextField. I did wonder how it determines if the field is empty, but my guess is it looks right at...

No, I don't know what it actually uses to determine state... I'm just guessing. I'm going to experiment tho because I'm in a situation blending a UISearchBar and a TITokenField...