Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-05-24 12:03:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e4f5702de66e7f1914cc848f9ca22606631b3215
e4f5702d
1 parent
769c48e8
Updated 外教版 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
外教版.md
外教版.md
View file @
e4f5702
...
...
@@ -5,7 +5,7 @@
*
账号信息绑定接口
*
获取演示课信息接口
### 第三方登录
### 第三方登录
(第一期暂不做)
*
用app@boxfish.cn申请第三方登录的应用
*
facebook
*
google
...
...
@@ -13,7 +13,7 @@
### IOS版注意事项
*
包名暂定为com.boxfishedu.
teacher.foreign
*
包名暂定为com.boxfishedu.
foreignteacher
*
内置外教版独自的PushConfig.plist(极光推送)
*
刚进入App的走马灯介绍页,可以参见CommonGuideManager
*
上传头像相关的逻辑可以找吕寰
...
...
@@ -26,7 +26,7 @@
*
登录(吕寰)
*
~~第三方登录(吕寰,魏涛)~~
### 汉字转拼音方法
###
IOS
汉字转拼音方法
-
(NSString
*)transformToPinyin:(NSString *
)string {
NSMutableString
*
mutableString =
[
NSMutableString stringWithString:string
]
;
//汉字转换成带音调拼音方法,注意是NSMutableString
...
...
Please
register
or
login
to post a comment