- adding the empty view only once (so layouting only runs once),
usinghidden
property now to trigger visibility
- preventing the empty view from hiding the table header view
- fixing issue #1 (support for pull to refresh)
- adding an option to hide the seperator lines when the empty view is shown (great for transparent empty views!)
- fixed a bug where the empty wouldn't be resized when the table view resizes while the empty view is shown - b0c6de5
- added an extension to the
UITableViewDataSource
protocol to bypass the showing of the empty view - 09564aa
- Initial release