Skip to content

CCMr/Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

##CCFramework 当前工程如名含义一样,主要是对IOS移动端开发的项目框架主要使用的语言是objective-c。其中集成多方的开源库,主体思路是MVVM架构。工程中还有诸多不足之处希望大家提出意见与建议。

##主体架构目录

  • BaseViewController(基础父类页面)
    • Navigation(导航栏)
    • UI(主体UI)
  • Config(配置文件)
    • PrefixHeader(导入与服务器地址)
    • Config(Block、宏定义)
    • EnumConfig (宏枚举)
  • DatabaseLayer(数据库层)
    • CoreDataManager(封装苹果数据库)
  • ModelLayer(实体层 )
    • Entity(自定义实体)
    • BaseViewModel(View层实体基类)
    • BaseEntity(实体基类)
    • UserDefaultsEntity (NSUserDefaults封装实体)
  • RequestProtocol (网络请求层)
    • HTTPRequestManager (HTTP请求工厂)
  • Resource(资源文件)
    • ImageLayer (图片)
    • InterfaceBuilder(xib、Storyboard)
  • ThirdParty(第三方库)
    • Ability(能力)
    • UI(页面)
    • Animation(效果)
  • Tools(工具)
    • ChatDisplayKitLib (聊天模块)
    • SignalRChat (接连聊天服务)
    • Vender.a(第三方.a库)
    • CameraViewController (图片与照片选择器)
    • Category (扩展库)
      • Class (扩展类)
      • Controls (扩展控件)
    • LocationManager(定位工厂)
    • TimePicker (时间选择器)
  • ViewController (试图层)
  • ViewModelLayer (试图模型层)

宝贵意见

如果有任何问题,请到githug开issue,点击这里移步新建一个issue,写上你不明白的地方,我会在github给予帮助。

It's ok if you don't understand how the code works. Most code has comments, which I believe will help you a lot. Feel free to open is issues if you have any questions. I will do my best to answer them.

组件要求 Requirements

  • iPhone4/5/6/6+/iPad,Portrait
  • Xcode6 or later
  • iOS 6.0+
  • ARC
  • System Frameworks : 'APService', 'MapKit', 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox' 等等.

License

中文: MessageDisplayKit 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息。

English: MessageDisplayKit is available under the MIT license, see the LICENSE file for more information.

须知Notes

如果您在您的项目中使用该开源组件,请给我们发电子邮件告诉我们您的应用程序的名称,谢谢!主要是为了互推的效果,如果您的app火了,请给予少许的回报,如果您的App不火,或许能通过这个开源库了解到您的App!
主要目的只有一个,互推,使用该开源库的开发者,我都会向其保证,永远免费,不涉及任何商业纠纷的事情,请放心使用。

If you use this open source components in your project, please Email us to notify us the name of your application(s). Thanks!

使用到的第三方组件

##有问题反馈 在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

  • 邮件(gmaukh4517#163.com, 把#换成@)
  • QQ: 1292522572
  • weibo: @CCMisters

##捐助开发者 在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望大家喜欢我的作品,同时也能支持一下。谢谢各位。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published