<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 網絡連接 * [AFNetworking](https://github.com/AFNetworking/AFNetworking)?– ASI不升級以后,最多人用的網絡連接開源庫,[iOS網絡編程之AFNetworking使用](http://www.superqq.com/blog/2014/11/07/ioswang-luo-bian-cheng-zhi-afnetworkingshi-yong/),[iOS開發下載文件速度計算](http://www.superqq.com/blog/2015/01/29/ioskai-fa-xia-zai-wen-jian-su-du-ji-suan/)。 * [Alamofire](https://github.com/Alamofire/Alamofire)?– Alamofire是AFNetworking的作者mattt新寫的網絡請求的swift庫。 * [YTKNetwork](https://github.com/yuantiku/YTKNetwork)?– 是基于 AFNetworking 封裝的 iOS網絡庫,提供了更高層次的網絡訪問抽象。相比AFNetworking,YTKNetwork提供了以下更高級的功能:按時間或版本號緩存網絡請求內容、檢查返回 JSON 內容的合法性、文件的斷點續傳、批量的網絡請求發送、filter和插件機制等。 * [LxFTPRequest](https://github.com/DeveloperLx/LxFTPRequest)?– 支持獲取FTP服務器資源列表,下載/上傳文件,創建/銷毀ftp服務器文件/目錄,以及下載斷點續傳,下載/上傳進度,自動判斷地址格式合法性跟蹤等功能!國人開發,QQ:349124555。 * [WTRequestCenter](https://github.com/swtlovewtt/WTRequestCenter)?– 方便緩存的請求庫,提供了方便的HTTP請求方法,傳入請求url和參數,返回成功和失敗的回調。 UIKit擴展提供了許多不錯的方法,快速緩存圖片,圖片查看,縮放功能, 顏色創建,設備UUID,網頁緩存,數據緩存等功能。 無需任何import和配置,目前實現了基礎需求。 * [MMWormhole](https://github.com/mutualmobile/MMWormhole)?– Message passing between iOS apps and extensions 2個iOS設備之間通信。 * [socket.io-client-swift](https://github.com/socketio/socket.io-client-swift)?– WebSockect 客戶端類庫。開放的通訊協議,有利于構建強大地跨平臺應用。 * [Transporter](https://github.com/nghialv/Transporter)?– swift, 短小、精悍、易用的多文件(并發或順序)上傳和下載傳輸庫。還支持后臺運行、傳輸進程跟蹤、暫停/續傳/取消/重試控制等功能。 * [STNetTaskQueue](https://github.com/kevin0571/STNetTaskQueue)?– STNetTaskQueue Objective-C 可擴展網絡請求管理庫。 * [CocoaAsyncSocket](https://github.com/robbiehanson/CocoaAsyncSocket)?– 在iOS開發中使用socket,一般都是用第三方庫AsyncSocket,不得不承認這個庫確實很強大,[使用教程](http://www.superqq.com/blog/2015/04/03/ioskai-fa-zhi-asyncsocketshi-yong-jiao-cheng/)。 * [GCDAsyncSocket](https://github.com/eugenehp/GCDAsyncSocket)?– GCDAsyncSocket ,?[不錯的Demo](https://github.com/smalltask/TestTcpConnection)。 * [Just](https://github.com/JustHTTP/Just)?– 小而美的 HTTP 類。功能簡單、直接、完整且健壯性高– swift。 * [Future](https://github.com/nghialv/Future)?– 基于微框架設計思想的異步執行及結果響應類,代碼即簡單又干凈– swift。 * [MZDownloadManager](https://github.com/mzeeshanid/MZDownloadManager)?– 下載管理。 * [DVR](https://github.com/venmo/DVR)?– 針對網絡請求的測試框架,超實用的工具。且支持 iOS, OSX, watchOS 全平臺。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#圖像獲取)圖像獲取 * [SDWebImage](https://github.com/rs/SDWebImage)?– SDWebImage 網絡圖片獲取及緩存處理。 * [Kingfisher](https://github.com/onevcat/Kingfisher)?– 純 Swift 實現的類 SDWebImage 庫,實現了異步下載和緩存圖片。 * [KFSwiftImageLoader](https://github.com/kiavashfaisali/KFSwiftImageLoader)?– Swift,一個圖像緩存加載庫。 * [FastImageCache](https://github.com/path/FastImageCache)?– FastImageCache 網絡圖片獲取及緩存處理,[iOS圖片加載速度極限優化—FastImageCache解析](http://www.imooc.com/wenda/detail/247239)。 * [EGOCache](https://github.com/enormego/EGOCache)?– 十分知名的第三方緩存類庫,可以緩存NSString、UIImage、NSImage以及NSData。除此,如果還可以緩存任何一個實現了接口的對象。所有緩存的數據都可以自定義過期的時間,默認是1天。EGOCache 支持多線程(thread-safe),[UITableView加載多張照片導致內存上漲的問題](http://www.superqq.com/blog/2014/11/06/ioskai-fa-:uitableviewjia-zai-duo-zhang-zhao-pian-dao-zhi-nei-cun-shang-zhang-de-wen-ti/)。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#網絡聊天)網絡聊天 * [XMPPFramework](https://github.com/robbiehanson/XMPPFramework)?– XMPPFramework openfire聊天。 * [環信](http://www.easemob.com/)?– 給開發者更穩定IM云功能。8200萬用戶考驗,好用!(暫無及時語音、視頻通話) * [融云](http://www.rongcloud.cn/)?– 即時通訊云服務提供商。(暫無及時語音、視頻通話) * [容聯云通訊](http://www.yuntongxun.com/)?– 提供基于互聯網通話,視頻會議,呼叫中心/IVR,IM等通訊服務。 * [chatsecure](https://github.com/ChatSecure/ChatSecure-iOS)?– 基于XMPP的iphone、android加密式聊天軟件,?[chatsecure官網](https://chatsecure.org/)?。?[iOS代碼1](https://github.com/chrisballinger/Off-the-Record-iOS),[iOS代碼2](https://github.com/chrisballinger/ChatSecure-iOS),?[iOS中文版](http://www.cocoachina.com/bbs/read.php?tid=153156)。 * [MessageDisplayKit](https://github.com/xhzengAIB/MessageDisplayKit)?– 仿微信聊天,參考JSQMessagesViewController。(國人寫) * [JSQMessagesViewController](https://github.com/jessesquires/JSQMessagesViewController)?– 聊天 。 * [SunFlower](https://github.com/HanYaZhou1990/-SunFlower)?– 環信聊天demo,比較多功能 。 * [BlueTalk藍牙聊天](http://code4app.com/ios/BlueTalk%E8%93%9D%E7%89%99%E8%81%8A%E5%A4%A9-%E6%89%8B%E6%9C%BA%E4%B9%8B%E9%97%B4/552b8190933bf0291e8b4748)?– 以MultipeerConnectivity為基礎, 實現了簡單的藍牙聊天。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#網絡測試)網絡測試 * [Reachability](https://github.com/tonymillion/Reachability)?– 蘋果提供過一個Reachability類,用于檢測網絡狀態。但是該類由于年代久遠,并不支持ARC。該項目旨在提供一個蘋果的Reachability類的替代品,支持ARC和block的使用方式。[iOS網絡監測如何區分2、3、4G](http://www.jianshu.com/p/efcfa3c87306) * [SimpleCarrie](https://github.com/crazypoo/SimpleCarrie)?– 簡單的運營商信息獲取!。 ## [](https://github.com/Tim9Liu9/TimLiu-iOS#webview)WebView * [MGTemplateEngine](https://github.com/mattgemmell/MGTemplateEngine)?– MGTemplateEngine比較象 PHP 中的 Smarty、FreeMarker 和 Django的模版引擎,是一個輕量級的引擎,簡單好用。只要設置很多不同的HMTL模版,就能輕松的實現一個View多種內容格式的顯示,對于不熟悉HTML或者減輕 工作量而言,把這些工作讓設計分擔一下還是很好的,也比較容易實現設計想要的效果。 * [NJKWebViewProgress](https://github.com/ninjinkun/NJKWebViewProgress)?– 一個 UIWebView 的進度條接口庫,UIWebView 本身是不提供進度條的。 * [GTMNSString-HTML](https://github.com/siriusdely/GTMNSString-HTML)?– 谷歌開源的用于過濾HTML標簽。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看