diff --git a/README.md b/README.md index 8293c90..7b02e41 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Pan action: Selector) ``` -### UIViewController +### UIViewController extension #### Quick access top layout and bottom layout @@ -390,7 +390,7 @@ Get or set navigation bar color ``` -### UILabel +### UILabel extension #### NSAttributedString @@ -436,7 +436,7 @@ Updating func fitHeight () ``` -### String +### String extension ##### Subscript for accessing characters at index of string @@ -446,7 +446,7 @@ Updating } ``` -### UIFont +### UIFont extension ##### FontType and FontName `enum`s for easily create `UIFont`s @@ -468,7 +468,7 @@ Print all family of font on single line class func PrintFontFamily (font: FontName) ``` -### UIColor +### UIColor extension ##### Create random color or RGB/A colors easily in range of [0, 255] @@ -489,7 +489,7 @@ Print all family of font on single line a: CGFloat) -> UIColor ``` -### UIImage +### UIImage extension ##### Resize an image with keep it aspect ratio @@ -662,4 +662,4 @@ Convert [0, 1] to to [min, max] var didFinishLoad: ((NSURLRequest) -> ())? var didFailLoad: ((NSURLRequest, NSError) -> ())? var shouldStartLoadingRequest: ((NSURLRequest) -> (Bool))? -``` \ No newline at end of file +```