Results 36 comments of Zac Dean

By the way, if you want to chain there is a much better way of doing it in Objective-C then trying to ape JavaScript. Take a look at how [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa)...

Are you still seeing incorrect output?

Simply overriding the styles of a subcomponents like `mat-row` isn't a great workaround because it leaves other subcomponents with disproportionate dimensions/padding/font sizes/etc. For example, you can change the table rows...

@thw0rted angular/material2 is an official Google repo, but I think you meant take it up with the Material Design team specifically. True, a low density mode isn't in spec, I...

Here's my subclasses of AQGridView and AQGridViewCell, respectively: **kzArtGridController.h** https://docs.google.com/document/d/1pLjZWACFTzsVl95Zi9OuQsNLOsqwsHJi4TFrzA7LBNo/edit **kzArtGridController.m:** https://docs.google.com/document/d/1RUDvV6Tw_2OmlyCIoFgvUjGQ9gdgO0eOzzLb8bkWOpY/edit **kzImageGridViewCell.h:** https://docs.google.com/document/d/1OMPTkOQw8r8klEMgmSZMnmIL4JPZo7t3WCv9gHXEF9o/edit **kzImageGridViewCell.m:** https://docs.google.com/document/d/1DKFySwxAP1am4VHDQZlBLkz0x_3EpK-tqiA6YhQ4ys4/edit I can't figure out why the grid doesn't show the new cell when reloadData...

Still having this same issue...is anyone else seeing this problem? Can anyone lend a hand?

Does iOS6 make this an easier to implement?

It'd be phenomenally useful if this could be used to edit video streamed through `AVPlayer` via Apple's [HTTP live streaming protocol](https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html). As many of you know, Apple has pretty strict...

Any updates on this? Has anyone made any progress on "realtime" GPUImage-processed video playback?