romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 432 forks source link

Use CGRectZero instead of CGRectNull to avoid problems with iOS 9 #238

Closed x2on closed 8 years ago

x2on commented 8 years ago

I get crashes with the following error:

"CALayerInvalidGeometry", "sublayer with non-finite position [inf inf]"

Using CGRectZero fixes this issue.

unixo commented 8 years ago

This problem also causes Reveal to crash. Please merge!

XBeg9 commented 8 years ago

@x2on good catch! Thanks.

@unixo merged.