Ignacio Romero Zurbuchen

Results 142 comments of Ignacio Romero Zurbuchen

@steve21124 : I saw that you've worked on some integration for iPad on your forked project. That's something I wanted to improve, since right it's really incomplete. Would you mind...

@pushtheworldllc This hasn't been specified in the documentation, but you should never present the cropper fullscreen on iPad, but in a popover like you would do with the native UIImagePickerController....

Try using the implementation from https://github.com/dzenbot/DZNEmptyDataSet/pull/182 and let me know if this fixes it.

Did you install this over Alcatraz?

Could your please fork this repo and submit a PR with the fix? Thanks!

Is this related to https://github.com/dzenbot/DZNSegmentedControl/pull/56 ?

@alobaili you can always implement your own, or attempt to fix, or not use? Seriously. https://github.com/dzenbot/DZNEmptyDataSet/blob/master/LICENSE#L9 == "Use at your own risk"

Seems like someone didn't read the code source properly ;) https://github.com/dzenbot/DZNEmptyDataSet/blob/b5b9216d09f19455aa616d3bda32e1c38d3178bd/Source/UIScrollView%2BEmptyDataSet.m#L406 Maybe you forgot to wrap your calls in begin/end updates?

@aaronbrethorst I like the idea of moving this project to its own organization, and hopefully get a handful of active contributors. On the other hand, I reviewed https://github.com/Xiaoye220/EmptyDataSet-Swift and it...