Jared Verdi

Results 7 comments of Jared Verdi

+1 on contentInsets question. Setting a contentInset on the top of the collection view (common in iOS7) causes handleScroll to fail, because it assumes minY = 0 rather than minY...

Hi - I don't think we currently account for this, or provide a way to customize it. In `JVFloatLabeledTextView.m`, in the `setLabelOriginForTextAlignment` method, I'm thinking we should add `self.textContainerInset.left` to...

Seems like you should be able to override the `becomeFirstResponder` and `resignFirstResponder` methods, and inside call `showFloatingLabel` or `hideFloatingLabel` to get the effect you want. Happy to consider a PR...

I have not personally experienced this. Would you be able to provide some sample code demonstrating the issue?

No, this functionality doesn't exist today. If you work it out, I'd be happy to review a PR though.

Came here looking specifically to request this feature. Thanks!

Hi @kristofer - I've just updated the repo for Swift 1.2 https://github.com/jverdi/URLQueue/commit/6ca172baec8157daeba6129cc3b2f7eb118bb40b Hope that clears things up!