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

side menu navigation bar title #508

Closed sebnun closed 6 years ago

sebnun commented 8 years ago

Hi, I can't seem to find documentation to change the navigation bar title on some side menu items. Is this possible?

I want to change the navigation bar title of "quality guarantee", "how it works" and "about us". Currently those titles are "Makeable".

I'm using the release 1.6.10(28). Thanks

tobiasfrier commented 8 years ago

@sebnun This is not possible yet but will be available in an upcoming release.

perisicboro commented 8 years ago

@sebnun Actually, you can change the title. When you set payee name, it will replace all default "Makeable" strings in sdk. Use this method:

-(void)setPayeeName:(NSString *)payeeName;