Ash Furrow

Results 262 comments of Ash Furrow

Should be straightforward, as long as the cells all are visually similar (display different data but the _same kind_ of data).

Hi there, I'm not sure what's going on here. I'm afraid that I am very busy and I don't have time to trouble shoot individual projects, but I wish you...

Hi there! That's a good question. I've actually gotten this question before, and wrote a blog post about it: https://ashfurrow.com/blog/challenging-established-dogma/ Hopefully that helps clear some things up. Cheers!

Hmm, sounds tricky. I think this link should be helpful: http://stackoverflow.com/questions/19256996/uibutton-not-showing-highlight-on-tap-in-ios7 The touch model in iOS is more complex than you might think at first glance. Don't worry – everyone...

Yeah, that would work. I think I misread the original question as being a problem that the callback wasn't being called (because of the touch model). The callback as @cjazz...

Hey! Sorry you're running into this problem. 800 height is pretty big! Is it possible that the cell is taller than the screen of the phone? I've seen that cause...

Hmm. Tricky. I'd play around with setting userInteractionEnabled on various views, like the collection views, or maybe just the cells. Play around until it works. Take a peek and let...

Hmm, it shouldn't be doing that. Can you provide some of the setup code, or a sample project that demonstrates the problem? More details about what's going on would definitely...

Right, so when you `return HeaderReusableView()`, what needs to happen instead is to call [this function](https://developer.apple.com/documentation/uikit/uicollectionview/1618068-dequeuereusablesupplementaryview) which will create one for you. Try it out and let me know how...

Sorry, I guess I'm confused. Can you describe the initial problem again?