printdotio / printio-ios-sdk

SDK that enables the printing of any photo, from any source, onto any product!
Other
20 stars 11 forks source link

Multiple declarations of method in PrintIO.h #504

Closed koppacetic closed 8 years ago

koppacetic commented 8 years ago

In release 1.6.5, the PrintIO.h file has two declarations of

-(void)setShowsAddMoreProductsInShoppingCart:(BOOL)showsAddButton;

The second declaration marks the method as deprecated. Which one is correct?

This causes a compiler warning every time the PrintIO.h file is imported.

tobiasfrier commented 8 years ago

@koppacetic Thanks for bring this to our attention. We'll have a look a this tomorrow.

perisicboro commented 8 years ago

@koppacetic @tobiasfrier This is fixed in our next version v1.6.10(27) which will be released on Monday 25.

koppacetic commented 8 years ago

Verified fixed.