Skip to content

Commit

Permalink
Merge pull request #218 from ceyhuno/patch-1
Browse files Browse the repository at this point in the history
Styling correction for a property declaration
  • Loading branch information
michaeltyson committed Apr 15, 2016
2 parents 7693753 + 8127c87 commit 408b5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ @interface TPKeyboardAvoidingState : NSObject
@property (nonatomic, assign) CGSize priorContentSize;
@property (nonatomic, assign) BOOL priorPagingEnabled;
@property (nonatomic, assign) BOOL ignoringNotifications;
@property(nonatomic, assign) BOOL keyboardAnimationInProgress;
@property (nonatomic, assign) BOOL keyboardAnimationInProgress;
@end

@implementation UIScrollView (TPKeyboardAvoidingAdditions)
Expand Down

0 comments on commit 408b5a3

Please sign in to comment.