Skip to content

caicaicaich/CodingMart_iOS

 
 

Repository files navigation

Mart-iPhone

Environment:Xcode-Version 9.3 (9E145)

Mart introduction

Mart is a platform for software outsourcing. It contact the developers and the demand side by smart match system, provide a money escrow service and a tool which can help online management, improve the efficiency of the deliverable, balance the rights of both sides.

This repository is the offical app of Mart platform, you can install it from App Store:Mart

Mart App has done

  • Mass of developers
  • Simple way to publish a demand
  • Online valuation
  • Divide a demand by some small stages, manage by stage
  • Provide different features depend on the role of user (developers or demand side)

App features quick facts

Main page Project list Message Valuation Userinfo
图片1 图片2 图片3 图片4 图片5

Setup

  1. Git: git clone https://github.com/Coding/CodingMart_iOS.git
  2. CocoaPods : pod install
  3. Carthage : carthage update
  4. Find the file CodingMart/CodingMart-Prefix.pch.example,copy it,and then reanme the copy with name : CodingMart-Prefix.pch

File menu

.
├── CodingMart
│   ├── Assets.xcassets //Image resource
│   ├── CodingMart-Prefix.pch //Pre-compiled file
│   ├── Controllers //Controllers
│   │   ├── BaseViewControllers 
│   │   ├── EAProjectPrivate 
│   │   ├── Independence 
│   │   ├── Login 
│   │   ├── Message 
│   │   ├── Other 
│   │   ├── Pay 
│   │   ├── PriceSystem 
│   │   ├── PublishReward 
│   │   ├── RootControllers 
│   │   └── UserInfo 
│   ├── Models //Data Models
│   ├── Views //Views
│   │   ├── Cell 
│   │   ├── TableListView 
│   │   └── XXX 
│   ├── Util //Tools
│   │   ├── Category 
│   │   ├── Common 
│   │   └── Manager 
│   ├── Vendor //Third party kit
│   │   ├── AFNetworking 
│   │   ├── AGEmojiKeyboard 
│   │   ├── AMPopTip 
│   │   ├── ActionSheetPicker 
│   │   ├── AlipaySDK 
│   │   ├── AutoSlideScrollView 
│   │   ├── JDStatusBarNotification 
│   │   ├── JTSImageViewController 
│   │   ├── MJPhotoBrowser 
│   │   ├── NJKWebViewProgress 
│   │   ├── QBImagePickerController 
│   │   ├── RDVTabBarController 
│   │   ├── SDWebImage 
│   │   ├── SVWebViewController
│   │   ├── TIMChat 
│   │   ├── YLGIFImage 
│   │   └── iCarousel 
│   └── Resources 
├── Cartfile //Carthage
├── Podfile //CocoaPods
├── Pods //CocoaPods
│   ├── BlocksKit
│   ├── FDFullscreenPopGesture
│   ├── FLEX
│   ├── HCSStarRatingView
│   ├── MBProgressHUD
│   ├── Masonry
│   ├── QQ_XGPush
│   ├── ReactiveCocoa
│   ├── RegexKitLite-NoWarning
│   ├── TPKeyboardAvoiding
│   ├── TTTAttributedLabel
│   ├── UITableView+FDTemplateLayoutCell
│   ├── UMengSocial
│   └── hpple
└── README.md

License

The license of this repo is MIT license

Support

This repository is supported by CODING

About

码市 iOS 客户端源代码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.6%
  • HTML 7.6%
  • C 1.8%