123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- site_name: IGXE IOS开发指南
- site_url: http://172.16.20.157:8003/
- repo_name: "ios-development-guidelines"
- repo_url: "http://172.16.20.174:8800/docs/ios-development-guidelines"
- theme:
- name: material
- # custom_dir: overrides
- features:
- - navigation.top
- - navigation.sections
- # - navigation.tabs
- - content.code.annotate
- language: "zh"
- extra_javascript:
- - assets/js/medium-zoom.min.js
- - assets/js/extra.js
- # Extensions
- markdown_extensions:
- - admonition
- - abbr
- - attr_list
- - def_list
- - footnotes
- - meta
- - md_in_html
- - toc:
- permalink: true
- - pymdownx.arithmatex:
- generic: true
- - pymdownx.betterem:
- smart_enable: all
- - pymdownx.caret
- - pymdownx.critic
- - pymdownx.details
- - pymdownx.emoji:
- emoji_index: !!python/name:materialx.emoji.twemoji
- emoji_generator: !!python/name:materialx.emoji.to_svg
- - pymdownx.highlight
- - pymdownx.inlinehilite
- - pymdownx.snippets
- - pymdownx.keys
- - pymdownx.mark
- - pymdownx.smartsymbols
- - pymdownx.superfences:
- custom_fences:
- - name: mermaid
- class: mermaid
- format: !!python/name:pymdownx.superfences.fence_code_format
- - pymdownx.tabbed:
- alternate_style: true
- - pymdownx.tasklist:
- custom_checkbox: true
- - pymdownx.tilde
- nav:
- - 首页: index.md
- - 项目架构: ios/IGXEAssistant2.md
- - cocoapods: ios/IGXEAssistant/Common/CocoaPods.md
- - 模块:
- - 饰品: ios/IGXEAssistant/Common/待定.md
- - CDK: ios/IGXEAssistant/Common/待定.md
- - 库存: ios/IGXEAssistant/Common/待定.md
- - 赛事: ios/IGXEAssistant/Common/待定.md
- - 我的: ios/IGXEAssistant/Common/待定.md
- - 我的-发货助手: ios/IGXEAssistant/发货助手/IGDeliveryAssistantManageViewController.md
- - 我的-机器人账号管理: ios/IGXEAssistant/发货助手/IGRobotMangeViewController.md
- - 待定: ios/IGXEAssistant/Common/待定.md
- - 公共组件:
- - 支付: ios/IGXEAssistant/Common/支付.md
- - 弹窗: ios/IGXEAssistant/Common/弹窗.md
- - 网络相关: ios/IGXEAssistant/Common/网络相关.md
- - 提示信息: ios/IGXEAssistant/Common/提示信息.md
- - YYKit: ios/IGXEAssistant/Common/YYKit.md
- - 缓存: ios/IGXEAssistant/Common/IGCache.md
- - 下拉刷新: ios/IGXEAssistant/Common/下拉刷新.md
- - JX分页视图: ios/IGXEAssistant/Common/JX分页视图.md
- - 字体、颜色、长度计算: ios/IGXEAssistant/Common/IGSYSConfig.md
- - Steam报价: ios/IGXEAssistant/Common/Steam报价.md
- - 网络代理: ios/IGXEAssistant/Common/网络代理.md
- - 搜索栏: ios/IGXEAssistant/Common/搜索栏.md
- - 饰品视图: ios/IGXEAssistant/Common/饰品视图.md
- - 星星: ios/IGXEAssistant/Common/待定.md
- - 游戏: ios/IGXEAssistant/Common/游戏图标.md
- - 父类控制器: ios/IGXEAssistant/Common/父类控制器.md
- - 埋点工具: ios/IGXEAssistant/Common/待定.md
- - 圆角矩形视图: ios/IGXEAssistant/Common/圆角矩形视图.md
- - 视频播放器: ios/IGXEAssistant/Common/视频播放器.md
- - 筛选: ios/IGXEAssistant/Common/筛选.md
- - 规范:
- - 项目规范: ios/项目规范.md
- - Objective-C编码规范: ios/objc-style-guide.md
- - Objective-C新特性: ios/objective-c-feature.md
- - Objective-C保留关键字: ios/objective-c-reserved-words.md
- - IGXE分支管理说明: ios/IGXE分支管理说明.md
- - Swift编码规范: ios/swift-style-guide.md
- - IOS系统: ios/ios.md
- - IOS开发实践: ios/best-practices.md
- - 测试:
- - Appium: test/appium.md
- - Git工作流: git.md
- - Code Review: code-review.md
- - Markdown语法: markdown-guidelines.md
|