Boaz Ackerman

Results 5 comments of Boaz Ackerman

@shieer - the main project seems abandoned... I used a fork (and even contributed to it) https://github.com/ShowMobile/EXPhotoViewer See if it works for you...

This one I did find, and here's exactly where I got complicated. Usually when I have a `UITableView` the `cellForRowAtIndexPath` has something like: ``` MyCell *cell = (SnackCell *)[tableView dequeueReusableCellWithIdentifier:@"myCellID"];...

I'll elaborate. I have a text and an image. The image is downloaded async via SDWebImage It's size is unknown - and I want to "resize" it after download. Couldn't...

pylint is still failing on .objects call - any workaround?

I can confirm that this issue appears when the popover is originating from a tableviewcell. If the cell is out of screen and gets reused, it is OK