rnystrom / RNFrostedSidebar

A Control Center-esque control with blurred background and toggle animations.
MIT License
2.12k stars 340 forks source link

Please update pod spec to the latest version #27

Open saheljalal opened 10 years ago

saheljalal commented 10 years ago

It looks like there are changes that haven't been tagged yet but are in master and in your read me like the dismissAnimated with a completion block. Can you please update the pod?

mixdesign commented 10 years ago

+1, example project has nice new methods, we need it in pod

- (void)dismissAnimated:(BOOL)animated completion:(void (^)(BOOL finished))completion
leewaa commented 10 years ago

+1

foffux commented 9 years ago

Any news? Why pod is not up to date yet. Long time has passed.

foffux commented 9 years ago

In my pod file I have:

pod 'RNFrostedSidebar'

I have just run pod install and I got:

Installing RNFrostedSidebar (0.2.0)

But looking into RNFrostedSidebar I can see the old version (0.1.0) and so [sidebar dismissAnimated:YES completion:^(BOOL finished) {}]; method is not found.

Strange, I guess.

Let me know.

Thank you.