首页 > 移动平台 > 详细

iOS:自定义组件化模板pod-template

时间:2021-08-30 06:07:50      阅读:9      评论:0      收藏:0      [点我收藏+]

一、介绍

官方提供的pod-template,流程太繁琐了,不停的询问输入问题的答案,而且创建的目录,本人很不喜欢。为了提高组件化开发效率,我修改了官方的脚本和源码,很方便的创建Objective项目和Swift项目,创建方式不变,只需要添加一个参数和修改template URL即可。

  

二、用法

 ## English:

0. First enter any of your own directories.

1. Create OC private components in this directory: pod lib create ProjectName Objc --template-url="https://github.com/xiayuanquan/pod-template"

2. Create Swift private components in this directory: pod lib create ProjectName Swift --template-url="https://github.com/xiayuanquan/pod-template"

3. Objc and Swift are not case sensitive.

 

## 中文:

0. 首先进入到自己的任意一个目录。

1. 在该目录创建OC私有组件:pod lib create ProjectName Objc --template-url="https://github.com/xiayuanquan/pod-template"

2. 在该目录创建Swift私有组件:pod lib create ProjectName Swift --template-url="https://github.com/xiayuanquan/pod-template"

3. Objc 和 Swift 不用区分大小写。

 

三、截图

## OC

技术分享图片

技术分享图片

 

## Swift

技术分享图片 

 技术分享图片

 

四、地址

github:https://github.com/xiayuanquan/pod-template

 

 

iOS:自定义组件化模板pod-template

原文:https://www.cnblogs.com/XYQ-208910/p/15203117.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!