Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 8, 2021
1 parent 7974490 commit b417e22
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Reference/ExtensionKit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
- [dprint(____)](methods/dprint(____).md)
- [sleep(duration_)](methods/sleep(duration_).md)

This file was generated by [SourceDocs](https://github.com/eneko/SourceDocs) on 2021-05-08 15:15:02 +0000
This file was generated by [SourceDocs](https://github.com/eneko/SourceDocs) on 2021-05-08 16:02:47 +0000
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIApplication`
```swift
public extension UIApplication
```

## Properties
### `keyWindow`
Expand Down
3 changes: 3 additions & 0 deletions Documentation/Reference/ExtensionKit/extensions/UIButton.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIButton`
```swift
public extension UIButton
```

## Properties
### `normalStateBackgroundColor`
Expand Down
3 changes: 3 additions & 0 deletions Documentation/Reference/ExtensionKit/extensions/UIColor.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIColor`
```swift
public extension UIColor
```

## Properties
### `isLight`
Expand Down
3 changes: 3 additions & 0 deletions Documentation/Reference/ExtensionKit/extensions/UIImage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIImage`
```swift
public extension UIImage
```

## Properties
### `isSquare`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UITableView`
```swift
public extension UITableView
```

## Properties
### `isEmpty`
Expand Down
3 changes: 3 additions & 0 deletions Documentation/Reference/ExtensionKit/extensions/UIView.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIView`
```swift
public extension UIView
```

## Properties
### `anchorPoint`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
**EXTENSION**

# `UIViewController`
```swift
public extension UIViewController
```

## Properties
### `classNameValue`
Expand Down

0 comments on commit b417e22

Please sign in to comment.