ibcadmin 发表于 2021-7-9 11:43:49

C#.Net常用第三方库和插件

一:第三方插件

1:基于响应式编程思想的oc地址:https://github.com/ReactiveCocoa/ReactiveCocoa2:hud提示框地址:https://github.com/jdg/MBProgressHUD3:XML/HTML解析地址:https://github.com/topfunky/hpple4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置地址:https://github.com/michaeltyson/TPKeyboardAvoiding5:状态栏提示框地址:https://github.com/jaydee3/JDStatusBarNotification6:block工具包。将很多需要用delegate实现的方法整合成了block的形式地址:https://github.com/zwaldowski/BlocksKit7:图片加载地址:https://github.com/rs/SDWebImage8:正则表达式地址:https://github.com/wezm/RegexKitLite9:Masonry代码布局地址:https://github.com/SnapKit/Masonry10:弹出窗地址:https://github.com/sberrevoets/SDCAlertView11:Button的样式地址:https://github.com/mattlawer/BButton12:验证网络连接状态地址:https://github.com/tonymillion/Reachability13:自动计算表格行高地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell14:动画效果的启动页地址:https://github.com/IFTTT/JazzHands15:iOS快速简单集成国内三大平台分享地址:https://github.com/xumeng/XMShareModule16:五项能力值展示的五边形地址:https://github.com/dsxNiubility/SXFiveScoreShow17:自动识别网址号码邮箱和表情的label地址:https://github.com/molon/MLEmojiLabel18:IM对话功能的封装地址:https://github.com/ZhipingYang/UUChatTableView19:字典转模型框架地址:https://github.com/CoderMJLee/MJExtension20:下拉上拉刷数据地址:https://github.com/CoderMJLee/MJRefresh21:表格行左右划动菜单地址:https://github.com/MortimerGoro/MGSwipeTableCell22:图文混搭地址:https://github.com/zhouande/TLAttributedLabel23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图地址:https://github.com/DrummerB/BFNavigationBarDrawer24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。地址:https://github.com/Nyx0uf/NYXImagesKit25:底部TabBar地址:https://github.com/robbdimitrov/RDVTabBarController26:表情面版地址:https://github.com/ayushgoel/AGEmojiKeyboard27:记录框架地址:https://github.com/CocoaLumberjack/CocoaLumberjack28:IOS与javascript交互地址:https://github.com/marcuswestin/WebViewJavascriptBridge29:图表统计展示地址:https://github.com/kevinzhow/PNChart30:appStore评分地址:https://github.com/arashpayan/appirater31:iOS-Categories 扩展类大全地址:https://github.com/shaojiankui/IOS-Categories32:扫描二维码,仿微信效果,带有扫描条地址:https://github.com/JxbSir/JxbScanQR33:动效弹出视图(弹出窗里面为文字,可以定义弹出的方向,及显示的时间)--AMPopTip地址:https://github.com/andreamazz/AMPopTip34:基于Masonry自动计算行高扩展地址:https://github.com/632840804/HYBMasonryAutoCellHeight 35:模仿新浪微博弹出菜单地址:https://github.com/wwdc14/HyPopMenuView 36:搜索历史标签地址:https://github.com/zhiwupei/SearchHistory 37:快速集成新手引导的类库地址:https://github.com/StrongX/XSportLight38:设置页面的封装地址:https://github.com/renzifeng/ZFSetting39:带箭头的弹出视图插件地址:https://github.com/xiekw2010/DXPopover40:下拉菜单插件地址:https://github.com/dopcn/DOPDropDownMenu/41:表格空白提示插件地址:https://github.com/dzenbot/DZNEmptyDataSet42:给任意UIView视图四条边框加上阴影,可以自定义阴影的颜色、粗细程度、透明程度以及位置(上下左右边框)地址:https://github.com/Seitk/UIView-Shadow-Maker43:不错的日期时间插件地址:https://github.com/CoderXL/UUDatePicker44:底部弹出选择地址:https://github.com/skywinder/ActionSheetPicker-3.045:比较不错的引导页面插件地址:https://github.com/ealeksandrov/EAIntroView46:两个APP跳转的插件地址:https://github.com/usebutton/DeepLinkKit47:本地存取NSUserDefaults插件地址:https://github.com/gangverk/GVUserDefaults48:NSArray 和 NSDictionary关于LINQ的操作方式,封装一些常用的操作地址:https://github.com/ColinEberhardt/LinqToObjectiveC49:可以监控网络请求的内容地址:https://github.com/coderyi/NetworkEye50:时间帮助插件,可以快速获取时间,比较,增加等操作地址:https://github.com/MatthewYork/DateTools51: 不错的链式动作地址:https://github.com/jhurray/JHChainableAnimations52:弹出层视图,背景效果(可以自定义视图的内容)地址:https://github.com/HJaycee/JCAlertView53:圆形进度条的显示,中间可显示值地址:https://github.com/mdinacci/MDRadialProgress54:很帅的数据加载动画(可以用于数据列表加载的展现)地址:https://github.com/NghiaTranUIT/FeSpinner%2055:一个开源的AFnetworking上层的封装(猿题库等运用)地址:https://github.com/yuantiku/YTKNetwork56:CBStoreHouseRefreshControl:一个效果很酷炫的下拉刷新控件地址:https://github.com/coolbeet/CBStoreHouseRefreshControl57:AFNetworking-RACExtensions:针对ReactiveCocoa的AF封装地址:https://github.com/CodaFi/AFNetworking-RACExtensions58:模糊效果(毛玻璃)地址:https://github.com/nicklockwood/FXBlurView
二:源代码实例1:Coding.net客户端地址:https://coding.net/u/coding/p/Coding-iOS/git2:高仿美团iOS版地址:https://github.com/lookingstars/meituan3:模仿网易新闻做的精仿网易新闻地址:https://github.com/dsxNiubility/SXNews4:支付宝高仿版地址:https://github.com/gsdios/GSD_ZHIFUBAO5:高仿百度传课iOS版地址:https://github.com/lookingstars/chuanke6:模仿一元云购地址:https://github.com/JxbSir/YiYuanYunGou7:wordpress源代码地址:https://github.com/wordpress-mobile/WordPress-iOS8:v2ex源代码(文章类型,若报SVProgressHUD错,则把Podfile中的SVProgressHUD移除)地址:https://github.com/singro/v2ex9:PHPHub客户端(IOS8.0以上)地址:https://github.com/Aufree/phphub-ios10:快速搭建项目源代码地址:https://github.com/wujunyang/MobileProject
三:辅助软件1:XCODE文档注解插件VVDocumenter地址:https://github.com/onevcat/VVDocumenter-Xcode2:将JSON格式化输出为模型的属性地址:https://github.com/EnjoySR/ESJsonFormat-Xcode3:图片提示插件地址:https://github.com/ksuther/KSImageNamed-Xcode4:图片转换插件地址:https://github.com/rickytan/RTImageAssets


ibcadmin 发表于 2021-11-3 12:02:38

1111
页: [1]
查看完整版本: C#.Net常用第三方库和插件