Skip to content

Commit

Permalink
Add enum repeatForever
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Apr 27, 2017
1 parent bde9cf8 commit df39c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBKit/PBAnimation/PBAnimationMapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@implementation PBAnimationMapper

+ (void)load {
[PBValueParser registerEnums:@{@"repeatForever": @(HUGE_VALF)}];
[Pbind registerPlistReloader:^(UIView *rootView, UIView *view, NSString *changedPlist, BOOL *stop) {
NSArray *animPlistNames = view.pb_anims;
if (animPlistNames != nil && [animPlistNames containsObject:changedPlist]) {
Expand Down

0 comments on commit df39c65

Please sign in to comment.