# CLGReorderColumnDemo **Repository Path**: creeve/CLGReorderColumnDemo ## Basic Information - **Project Name**: CLGReorderColumnDemo - **Description**: 重排序栏目Demo - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CLGReorderColumnDemo ## 效果 ![](http://ww2.sinaimg.cn/large/006y8lVajw1fa47whd078g307r0eedjp.gif) ## 使用方法 Terminal,进入『栏目』文件夹,输入 ``` python -m SimpleHTTPServer ``` 回车运行。 启动服务器,假设服务器地址为`http://192.168.1.102:8000`,打开CLGReorderColumnDemo.xcworkspace工程,将其写到TSReorderColumnViewController.m文件的serverURL中,如 ``` NSString *serverURL = @"http://192.168.1.102:8000/"; ``` 然后编译运行。