KiwiChat:使用WebSocket在iOS的Objective-C中进行简单IM

时间:2024-05-17 08:22:31
【文件属性】:

文件名称:KiwiChat:使用WebSocket在iOS的Objective-C中进行简单IM

文件大小:3.2MB

文件格式:ZIP

更新时间:2024-05-17 08:22:31

Objective-C

关于 使用WebSocket在iOS的Objective-C中使用简单IM。 服务器 它使用作为服务器端,因此在运行此客户端项目之前,您应该获取服务器的源代码并对其进行构建和运行。 安装 下载源代码后,首先需要使用安装依赖项-在源代码目录下运行命令行pod install 。 跑步 您可以像运行其他任何Xcode项目一样运行此项目-只需单击Bild&Run按钮,但不要忘记在运行之前设置自己的服务器地址: // in AppDelegate.m file below line # define KIWI_SERVER_ADDRESS @" ws://127.0.0.1:9876 " // replace it to # define KIWI_SERVER_ADDRESS @" ws://your_server_address " 截屏 如果您对在浏览器中运行的代码感兴趣,可以从获得它们


【文件预览】:
KiwiChat-master
----KiwiChat.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(37KB)
----font_icon.ttf(6KB)
----screenshot.gif(3.46MB)
----KiwiChat()
--------Assets.xcassets()
--------main.m(333B)
--------Models()
--------Controllers()
--------AppDelegate.h(372B)
--------AppDelegate.m(7KB)
--------macro.h(4KB)
--------Info.plist(1KB)
--------Views()
--------Utils()
----moitoast.ttf(5KB)
----KiwiChat.sqlite(12KB)
----Podfile(522B)
----Default-568h@2x.png(18KB)
----KiwiChat.xcworkspace()
--------contents.xcworkspacedata(226B)
----Podfile.lock(2KB)
----.gitignore(1KB)
----README.md(1KB)

网友评论