├── 2017-06-27 10_48_31.gif ├── README.md ├── TabelViewLoadAnimation └── UITabelView+LoadAnimation.swift ├── ZYTabelViewLoadAnimationDemo.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── tarena.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ ├── soufun.xcuserdatad │ └── xcschemes │ │ ├── ZYTabelViewLoadAnimationDemo.xcscheme │ │ └── xcschememanagement.plist │ └── tarena.xcuserdatad │ └── xcschemes │ ├── ZYTabelViewLoadAnimationDemo.xcscheme │ └── xcschememanagement.plist ├── ZYTabelViewLoadAnimationDemo ├── AppDelegate.swift ├── Base.lproj │ ├── LaunchScreen.xib │ └── Main.storyboard ├── Images.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Info.plist ├── ViewController.swift └── ZYViewController.swift └── ZYTabelViewLoadAnimationDemoTests ├── Info.plist └── ZYTabelViewLoadAnimationDemoTests.swift /2017-06-27 10_48_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/2017-06-27 10_48_31.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/README.md -------------------------------------------------------------------------------- /TabelViewLoadAnimation/UITabelView+LoadAnimation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/TabelViewLoadAnimation/UITabelView+LoadAnimation.swift -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/project.xcworkspace/xcuserdata/tarena.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/project.xcworkspace/xcuserdata/tarena.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/soufun.xcuserdatad/xcschemes/ZYTabelViewLoadAnimationDemo.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/soufun.xcuserdatad/xcschemes/ZYTabelViewLoadAnimationDemo.xcscheme -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/soufun.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/soufun.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/tarena.xcuserdatad/xcschemes/ZYTabelViewLoadAnimationDemo.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/tarena.xcuserdatad/xcschemes/ZYTabelViewLoadAnimationDemo.xcscheme -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/tarena.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo.xcodeproj/xcuserdata/tarena.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/AppDelegate.swift -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/Info.plist -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/ViewController.swift -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemo/ZYViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemo/ZYViewController.swift -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemoTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemoTests/Info.plist -------------------------------------------------------------------------------- /ZYTabelViewLoadAnimationDemoTests/ZYTabelViewLoadAnimationDemoTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjzhangyang/ZYTabelViewLoadAnimationDemo/HEAD/ZYTabelViewLoadAnimationDemoTests/ZYTabelViewLoadAnimationDemoTests.swift --------------------------------------------------------------------------------