搜索资源列表
cameral_image.tar
- iOS上实时获取相机图片的demo,供需要的人下载使用。-iOS real-time access to the demo of the camera pictures, for those who need to download to use.
iswalking
- MATLAB m文件,以放置在身上或拿在手上的iphone的加速度信号为输入,输出用户行走的对应时间段-Matlab m file, use the signal of iphone s acceleration magnitude in a period as input, and output the corresponding time periods which user is walking or not.
momo_ios_client
- 仿造一款即时聊天通信软件陌陌的iOS源代码,使用了XMPP协议-The imitation of a real-time chat communication software Mo Mo iOS source code, the use of the XMPP protocol
iOS-refresh-table
- 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、U