Xiaoye220 / EmptyDataSet-Swift

🎄 DZNEmptyDataSet implement with Swift.A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. DZNEmptyDataSet with Swift.
MIT License
692 stars 99 forks source link

CustomView resized to (0,0,0,0) #9

Closed AnsonT closed 6 years ago

AnsonT commented 6 years ago

I load a custom view from xib or storyboard. The view's frame and bounds are resized to (0,0,0,0), so none of the subview controls are interactive.