Skip to content

empty view for tableview and collectionview,空白页,占位图

License

Notifications You must be signed in to change notification settings

xjh093/JHNoDataEmptyView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JHNoDataEmptyView

empty view for tableview and collectionview

  • tableview 与 collectionview 的空白占位图

Version

Latest release version:


Cocoapods

pod "JHNoDataEmptyView"


Logs

2023-10-10

  • fix bugs.(Download the master, pod is out of date.)

2018-12-14

  • add Demo and fix bugs.
    • header view or footer view is too high.
    • remove property 'jh_hideNoDataEmptyView'.

2018-9-5

  • add property 'jh_showNoDataEmptyView'.
    • suggest you to use this property, 'jh_hideNoDataEmptyView' is also keeped. You can choose one of them.
    • automatic show effect too big, some system's collectionView is also effected.

2018-7-24

  • replace 'jh_showAutomatic' to 'jh_hideNoDataEmptyView'.
  • set 'YES' if you do not want to show the 'JHNoDataEmptyView'

2018-07-23

  • 1.add property 'jh_showAutomatic'.
    • default is 'YES'
    • set 'NO' if you do not want to show the 'JHNoDataEmptyView'

More detail in Demo :)