Skip to content

Commit

Permalink
调整格式
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLiu committed Aug 7, 2013
1 parent dd1485b commit c02e72b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -7,28 +7,28 @@ WeiboSDK
安装
------------

## 方法一:静态库引用
### 方法一:静态库引用

### 添加依赖项
#### 添加依赖项

- 在你项目App的target设置, 找到 "Build Phases" 选项并打开 "Link Binary With Libraries":
- 点击 "+" 按钮,然后点击 "Add Other...", 浏览到WeiboSDK根目录的"build"目录,选择 "WeiboSDK.framework" 并添加到项目中

### 引用头文件
#### 引用头文件

在需要使用WeiboSDK的代码中引用头文件。

```objective-c
#import <WeiboSDK/WeiboSDK.h>
```

## 方法二:代码引用
### 方法二:代码引用

### 添加项目文件
#### 添加项目文件

到将项目根目录下的"src"目录,将下面的 "WeiboSDK" 目录拷贝到项目中即可。

### 引用头文件
#### 引用头文件

在需要使用WeiboSDK的代码中引用头文件。

Expand Down

0 comments on commit c02e72b

Please sign in to comment.