vfr / UXReader-iOS

UXReader PDF Framework for iOS
Other
290 stars 66 forks source link

hide toolbar title SOLVED #19

Closed pixelecho closed 6 years ago

pixelecho commented 6 years ago

how to hide toolbar title?

[readerViewController setTitle:@"something"];

ok set title for document is still working:

UXReaderDocument *document = [[UXReaderDocument alloc] initWithURL:targetURL]; [document setTitle:@"sometitle"];