Skip to content

Commit fdc7807

Browse files
updated README
1 parent 6109951 commit fdc7807

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
2727

2828
---
2929

30-
| Property | Type | Default value (iOS 6) | Default value (iOS 7) |
31-
| ------------------------------------------------------------------ | -------------- | ---------------------: | ---------------------: |
32-
| tintColor | `UIColor` | *nil* | *nil* |
33-
| arrowBase | `CGFloat` | 42 | 25 |
34-
| arrowHeight | `CGFloat` | 18 | 13 |
35-
| borderWidth | `CGFloat` | 6 | 0 |
36-
| outerCornerRadius | `CGFloat` | 8 | 5 |
37-
| innerCornerRadius | `CGFloat` | 6 | 0 |
38-
| viewContentInsets | `UIEdgeInsets` | { 3, 0, 0, 0 } | UIEdgeInsetsZero |
39-
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
40-
| fillBottomColor | `UIColor` | #3b434cff | #f4f4f4ff |
41-
| glossShadowColor | `UIColor` | #c3c5c77f | #transparent |
42-
| glossShadowBlurRadius | `CGFloat` | 0 | 0 |
43-
| glossShadowOffset | `CGSize` | { 0, 1.5 } | CGSizeZero |
44-
| outerShadowColor | `UIColor` | #000000bf | #transparent |
45-
| outerShadowBlurRadius | `CGFloat` | 8 | 0 |
46-
| outerShadowOffset | `CGSize` | { 0, 2 } | CGSizeZero |
47-
| innerShadowColor | `UIColor` | #000000bf | #transparent |
48-
| innerShadowBlurRadius | `CGFloat` | 2 | 0 |
49-
| innerShadowOffset | `CGSize` | { 0, 1 } | CGSizeZero |
50-
| minOuterCornerRadius ![](screenshots/wypopover_new_ico.png) | `CGFloat` | 0 | 0 |
51-
| innerStrokeColor ![](screenshots/wypopover_new_ico.png) | `UIColor` | #262c31ff | #transparent |
52-
| outerStrokeColor ![](screenshots/wypopover_new_ico.png) | `UIColor` | #262c31ff | #transparent |
30+
| Property | Type | Default value (iOS 6) | Default value (iOS 7) |
31+
| ----------------------------- | -------------- | ---------------------: | ---------------------: |
32+
| tintColor | `UIColor` | *nil* | *nil* |
33+
| arrowBase | `CGFloat` | 42 | 25 |
34+
| arrowHeight | `CGFloat` | 18 | 13 |
35+
| borderWidth | `CGFloat` | 6 | 0 |
36+
| outerCornerRadius | `CGFloat` | 8 | 5 |
37+
| innerCornerRadius | `CGFloat` | 6 | 0 |
38+
| viewContentInsets | `UIEdgeInsets` | { 3, 0, 0, 0 } | UIEdgeInsetsZero |
39+
| fillTopColor | `UIColor` | #373f47ff | #f4f4f4ff |
40+
| fillBottomColor | `UIColor` | #3b434cff | #f4f4f4ff |
41+
| glossShadowColor | `UIColor` | #c3c5c77f | #transparent |
42+
| glossShadowBlurRadius | `CGFloat` | 0 | 0 |
43+
| glossShadowOffset | `CGSize` | { 0, 1.5 } | CGSizeZero |
44+
| outerShadowColor | `UIColor` | #000000bf | #transparent |
45+
| outerShadowBlurRadius | `CGFloat` | 8 | 0 |
46+
| outerShadowOffset | `CGSize` | { 0, 2 } | CGSizeZero |
47+
| innerShadowColor | `UIColor` | #000000bf | #transparent |
48+
| innerShadowBlurRadius | `CGFloat` | 2 | 0 |
49+
| innerShadowOffset | `CGSize` | { 0, 1 } | CGSizeZero |
50+
| minOuterCornerRadius | `CGFloat` | 0 | 0 |
51+
| innerStrokeColor | `UIColor` | #262c31ff | #transparent |
52+
| outerStrokeColor | `UIColor` | #262c31ff | #transparent |
5353

5454
##### Arrow & Border
5555

@@ -109,9 +109,9 @@ A block object can be executed when animation sequences ends. This parameter may
109109

110110
popover = [[WYPopoverController alloc] initWithContentViewController:contentViewController];
111111
[popover presentPopoverAsDialogAnimated:YES
112-
completion:^{
113-
// Code executed after popover presentation animation sequence ends
114-
}];
112+
completion:^{
113+
// Code executed after popover presentation animation sequence ends
114+
}];
115115
```
116116
117117
### Animation options

0 commit comments

Comments
 (0)