# OSChina For iphone **Repository Path**: xxxxxxxxxx/OSChina-For-iphone ## Basic Information - **Project Name**: OSChina For iphone - **Description**: OSChina翻新版,这个项目主要用于学习iOS新的api,不会向下兼容 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 6 - **Created**: 2014-12-26 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: mobile-app **Tags**: None ## README 此项目是根据官方版本客户端重新写的。http://git.oschina.net/oschina/iphone-app 只支持ios8以上系统,项目中使用到了size class,以及ios8最新的api 使用cocoaspod管理第三方库。下载代码后使用pod update安装第三方库才能运行 目录架构 ![image](http://git.oschina.net/xxxxxxxxxx/OSChina-For-iphone/raw/master/ReadmeSource/file.png) Podfile内容 pod 'AFNetworking', '~> 2.5.0' AFNetworking著名的网络框架,在OSNetworkService进行封装使用。 项目地址:https://github.com/AFNetworking/AFNetworking pod 'IQKeyboardManager', '~> 3.2.0.3' 处理键盘弹出事件是不是很恶心? IQKeyboardManager可以拯救你。无需任何代码,只需要把IQKeyboardManager文件放到你的项目中就解脱了。 为什么不用任何代码? 详情参见IQKeyboardManager.m +(void)load pod 'XMLDictionary' 这个库用来将xml转换成字典,解析xml实在太恶心了。根据Open api的文档我实在获取不到json数据,哪位大神可以帮帮忙。 http://www.oschina.net/openapi Open api地址 这个库暂时删除,不知道为什么在Pod中找不到这个了,无法pod update;