All Projects → CoderMikeHe → Mhdevelopexample_objective_c

CoderMikeHe / Mhdevelopexample_objective_c

Licence: mit
🔥🔥🔥 iOS开发技术要点汇总,核心功能配备文档。表情键盘布局、大文件分片上传、基于MVC的基类设计、MVVM+RAC实践、微信朋友圈实现方案等。

Projects that are alternatives of or similar to Mhdevelopexample objective c

Wechat
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
Stars: ✭ 870 (-7.15%)
Mutual labels:  reactivecocoa, wechat, mvvm-architecture
Cos Wx Upload File
微信小程序上传文件到腾讯云v5;Wechat mini program upload file to tencent cos v5
Stars: ✭ 129 (-86.23%)
Mutual labels:  upload, wechat
Mvvmdemo
MVVMDemo With ReactiveCocoa
Stars: ✭ 60 (-93.6%)
Mutual labels:  reactivecocoa, afnetworking
Sjnetwork
SJNetwork is a high level network request tool based on AFNetworking and inspired on YTKNetwork.
Stars: ✭ 231 (-75.35%)
Mutual labels:  upload, afnetworking
Swinjectmvvmexample
An example to use Swinject in MVVM architecture with ReactiveCococa
Stars: ✭ 301 (-67.88%)
Mutual labels:  reactivecocoa, mvvm-architecture
Image Cropper
💯一款功能强大的微信小程序图片裁剪插件
Stars: ✭ 893 (-4.7%)
Mutual labels:  wechat
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-97.44%)
Mutual labels:  wechat
Casync
Content-Addressable Data Synchronization Tool
Stars: ✭ 890 (-5.02%)
Mutual labels:  upload
Koa Weixin Jssdk
koa weixin jssdk middleware
Stars: ✭ 7 (-99.25%)
Mutual labels:  wechat
Electronic Wechat Snap
This project creates a working snap of Electronic WeChat.
Stars: ✭ 25 (-97.33%)
Mutual labels:  wechat
Qrcodesign
基于微信公共账号的二维码签到工具
Stars: ✭ 25 (-97.33%)
Mutual labels:  wechat
Tlchat
高仿微信
Stars: ✭ 901 (-3.84%)
Mutual labels:  wechat
Minapp
重新定义微信小程序的开发
Stars: ✭ 902 (-3.74%)
Mutual labels:  wechat
Wechat
基于PHP+Swoole扩展开发的微信个人号机器人SDK
Stars: ✭ 24 (-97.44%)
Mutual labels:  wechat
Artify Core
The sweet heart of Artify 👑
Stars: ✭ 17 (-98.19%)
Mutual labels:  mvvm-architecture
Mini Deploy
微信小程序发布助手 mini program
Stars: ✭ 26 (-97.23%)
Mutual labels:  wechat
Webhere
HTML scraping for Objective-C.
Stars: ✭ 16 (-98.29%)
Mutual labels:  afnetworking
Wechatdc
微信点餐SPA,基于Vue2.0,vuex开发,mock支持,跨端debug支持 项目预览地址:https://oneflying.github.io/wechatdc/
Stars: ✭ 22 (-97.65%)
Mutual labels:  wechat
Movie Zone
movies application using MVVM Architecture
Stars: ✭ 25 (-97.33%)
Mutual labels:  mvvm-architecture
Moui
🍕面向现代浏览器的 CSS 样式库
Stars: ✭ 21 (-97.76%)
Mutual labels:  wechat

MHDevelopExample_Objective_C

下载


概述

  • 本工程主要是利用iOSObjective-C开发的技术要点汇总;
  • 涵盖了开发中踩坑的原因,以及填坑的技术分享;
  • 抛砖引玉,取长补短,希望能够提供一点思路,避免少走一些弯路。

使用

  • Cocoapods安装教程

  • Demo利用Cocoapods管理第三方框架,若第一次使用本项目,请使用终端cd到如下图所示的文件夹,执行pod install命令即可。

    Usage.png

     1. pod repo update : 更新本地仓库
     2. pod install : 下载新的库
    
  • 如果你升级了Mac的系统时,并且当你的Mac系统升级为high sierra的时候,别忘记更新cocoapods。执行命令为:

     $ sudo gem update --system
     $ sudo gem install cocoapods -n/usr/local/bin
    

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的代码看看BUG修复没有)。
  • 如果在使用过程中发现有更好或更巧妙的实用技术,希望你能Issues我,我非常为该项目扩充更多好用的技术,谢谢。
  • 如果通过该工程的使用和说明文档的阅读,对您在开发中有一点帮助,码字不易,还请点击右上角star按钮,谢谢;
  • 简书地址:http://www.jianshu.com/u/126498da7523

主页

GitHub 掘金 简书 CSDN 知乎
点击进入 点击进入 点击进入 点击进入 点击进入

商业互吹


博文

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].