关于tableview头部添加背景视图,同时添加波浪动效的demo
1.自定义一个controller,在controller中添加头部视图#pragma mark ---添加头部视图---- (void)addHeaderView{ //headerView _headerView = [[JZSMeHeaderView alloc] initWithFrame:CGRectMake(0, 0, kScreenWidth, 240)]; _heade...
Xcode真机测试could not find developer disk image解决方法
在使用Xcode进行真机调试的时候,有时根据真机的系统不同,会出现could not find developer disk image 错误,这是由于真机系统过高或者过低,Xcode中没有匹配的配置包文件,我们可以通过这个路径进入配置包的存放目录:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D...