Skip to content

Commit 15ab4da

Browse files
committed
Cocoadocs
1 parent dcb3257 commit 15ab4da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.cocoadocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
body: '"Futura", "Helvetica Neue", "Arial", san-serif'
2+
code: '"Monaco", "Menlo", "Consolas", "Courier New", monospace'
3+
4+
highlight_color: "#e06431;"
5+
highlight-dark-color: "#bb4312;"
6+
darker-color: "#de906f;"
7+
darker-dark-color: "#917f78;"
8+
background-color: "#ede8e6;"
9+
alt-link-color: "#bb4312;"
10+
warning-color: "#ff4a00;"

AMWaveTransition/AMWaveTransition.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ - (void)handlePan:(UIScreenEdgePanGestureRecognizer *)gesture
142142
delta = view.frame.origin.x + view.frame.size.width / 2 - 2;
143143
}
144144
[self.attachmentsFrom[idx] setAnchorPoint:(CGPoint){delta, [view.superview convertPoint:view.frame.origin toView:nil].y + view.frame.size.height / 2}];
145-
146145
}];
147146

148147
[[toVC visibleCells] enumerateObjectsUsingBlock:^(UIView *view, NSUInteger idx, BOOL *stop) {

0 commit comments

Comments
 (0)