Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Jan 8, 2015
1 parent a95a6c8 commit ba5ce5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Pan
action: Selector)
```

### UIViewController <a id="UIViewController"></a>
### UIViewController extension <a id="UIViewController"></a>

#### Quick access top layout and bottom layout

Expand Down Expand Up @@ -390,7 +390,7 @@ Get or set navigation bar color
```


### UILabel <a id="UILabel"></a>
### UILabel extension <a id="UILabel"></a>

#### NSAttributedString <a id="UILabel-NSAttributedString"></a>

Expand Down Expand Up @@ -436,7 +436,7 @@ Updating
func fitHeight ()
```

### String <a id="String"></a>
### String extension <a id="String"></a>

##### Subscript for accessing characters at index of string

Expand All @@ -446,7 +446,7 @@ Updating
}
```

### UIFont <a id="UIFont"></a>
### UIFont extension <a id="UIFont"></a>

##### FontType and FontName `enum`s for easily create `UIFont`s

Expand All @@ -468,7 +468,7 @@ Print all family of font on single line
class func PrintFontFamily (font: FontName)
```

### UIColor <a id="UIColor"></a>
### UIColor extension <a id="UIColor"></a>

##### Create random color or RGB/A colors easily in range of [0, 255]

Expand All @@ -489,7 +489,7 @@ Print all family of font on single line
a: CGFloat) -> UIColor
```

### UIImage <a id="UIImage"></a>
### UIImage extension <a id="UIImage"></a>

##### Resize an image with keep it aspect ratio

Expand Down Expand Up @@ -662,4 +662,4 @@ Convert [0, 1] to to [min, max]
var didFinishLoad: ((NSURLRequest) -> ())?
var didFailLoad: ((NSURLRequest, NSError) -> ())?
var shouldStartLoadingRequest: ((NSURLRequest) -> (Bool))?
```
```

0 comments on commit ba5ce5f

Please sign in to comment.