Nikhil Nigade

Results 16 comments of Nikhil Nigade

Thanks for the clear explanation. I look forward to the update. Cheers, Nikh. On Fri, Jan 3, 2014 at 3:12 PM, Nick Lockwood [email protected] wrote: > It's because AsyncImageView stores...

@chrispmonkey Are you referring to the currently authenticated user in your app or another user?

@chrispmonkey doesn't that go against the whole privacy settings bit? I'm still looking into this, but I'd strongly advise you reconsider your model for your app. I doubt many users...

@chrispmonkey indeed it does. I'll try and work this out.

@ExoticObjects Hey, @shyambhat and I discussed this yesterday. I had ran into a similar issue with Apple, but for another service's API. That API didn't expose flagging content either. So...

> ...am using Xcode 12.5.1 and I am not sure if this is by design or a bug. I can reproduce the same with Xcode Version 13.3 (13E113) Adding something...

I was going through the source and this is a snippet from the FilteredViewTransaction code: ```objc if (block == NULL) return; if ((options & NSEnumerationReverse) == 0) { // Forward...

This should resolve https://github.com/TimOliver/TOSplitViewController/issues/4

@TimOliver Done. I also took the opportunity to ensure user interface style trait code is only called on iOS 13 to prevent crashes on older versions.

@joekw Are you overriding traits from any other controllers? Perhaps third party code? The project I am using this in does not, so forwarding from this works just fine for...