Skip to content

next-coder/NocodeObjC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

NocodeObjC

NocodeObjC是一个ObjC低代码平台,包含了ObjC开发中常用的开源库。

目录

包管理工具

cocoapods

首页:https://cocoapods.org/

carthage

首页:https://github.com/Carthage/Carthage

网络

AFNetworking

HTTP网络库,基于原生提供NSURLSession实现。请参考:

https://github.com/AFNetworking/AFNetworking

CocoaAsyncSocket

第三方封装的Socket实现。请参考:

https://github.com/robbiehanson/CocoaAsyncSocket

SocketRocket

使用ObjC实现的WebSocket。请参考:

https://github.com/facebookincubator/SocketRocket

日志

CocoaLumberjack

苹果平台上简易快速的日志库。请参考:

https://github.com/CocoaLumberjack/CocoaLumberjack

UI

Masonry

Autolayout的简化易用库。请参考:

https://github.com/SnapKit/Masonry

MBProgressHUD

菊花神器。请参考:

https://github.com/jdg/MBProgressHUD

SVProgressHUD

有一个菊花。请参考:

https://github.com/SVProgressHUD/SVProgressHUD

IQKeyboardManager

键盘管理。请参考:

https://github.com/hackiftekhar/IQKeyboardManager

YYKit

YYKit提供多种UI工具,设计图片、键盘、model层等等。

https://github.com/ibireme/YYKit

WebViewJavascriptBridge

WebView的js桥。请参考:

https://github.com/marcuswestin/WebViewJavascriptBridge

PNChart

图表库。请参考:

https://github.com/kevinzhow/PNChart

FlatUIKit

实现各种UI效果库、各种UI工具,如背景色、阴影等。请参考:

https://github.com/Grouper/FlatUIKit

Image

FLAnimatedImage

处理GIF的图片库。请参考:

https://github.com/Flipboard/FLAnimatedImage

SDWebImage

图片缓存框架。请参考:

https://github.com/SDWebImage/SDWebImage

TZImagePickerController

自定义ImagePicker。请参考:

https://github.com/banchichen/TZImagePickerController

UITableView/UICollectionView

DZNEmptyDataSet

列表为空时,显示不同提示给用户。请参考:

https://github.com/dzenbot/DZNEmptyDataSet

IGListKit

数据驱动的CollectionView。请参考:

https://github.com/Instagram/IGListKit

FDTemplateLayoutCell

自动布局TableViewCell,动态计算高度。请参考:

https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

加解密

Model层

Mantle

Mantle是处理Model简单易用工具。请参考:

https://github.com/Mantle/Mantle

MJExtension

字典、字典数组、json、对象相互转化的工具。请参考:

https://github.com/CoderMJLee/MJExtension

RestKit

RESTful Web service终端,提供多种功能,如Model映射等。请参考:

https://github.com/RestKit/RestKit

数据存储

FMDB

FMDB是一个SQLite封装库。请参考:

https://github.com/ccgus/fmdb

realm

realm是一个替代CoreData、SQLite的数据库。请参考:

https://github.com/realm/realm-cocoa

MagicalRecord

CoreData简化库。请参考:

https://github.com/magicalpanda/MagicalRecord

社交分享

facebook

facebook ios SDK。请参考:

https://github.com/facebook/facebook-ios-sdk

微信

微信登录、分享、支付等等,微信开放平台。请参考:

https://open.weixin.qq.com/

QQ

qq登录、分享等等,qq互联平台。请参考:

https://connect.qq.com/

腾讯开放平台

腾讯系所有应用开放平台,包括微信、qq、qq空间、应用宝、AI等。请参考:

https://open.tencent.com/

微博

微博登录、分享等等,微博开放平台。请参考:

https://open.weibo.com/

响应式编程

ReactiveCocoa

ObjC响应式编程。请参考:

https://github.com/ReactiveCocoa/ReactiveCocoa

App内调试

FLEX

App内调试工具。请参考:

https://github.com/FLEXTool/FLEX

跨平台开发

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published