forked from organicmaps/organicmaps
[ios] Added tts settings help event to statistics.
This commit is contained in:
parent
dbc90e2915
commit
f02034b30a
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ using namespace std;
|
|||
}
|
||||
else if (indexPath.section == 1)
|
||||
{
|
||||
[[Statistics instance] logEvent:kStatEventName(kStatTTSSettings, kStatHelp)];
|
||||
NSString * path = [[NSBundle mainBundle] pathForResource:@"tts-how-to-set-up-voice" ofType:@"html"];
|
||||
NSString * html = [[NSString alloc] initWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil];
|
||||
NSURL * baseURL = [NSURL fileURLWithPath:path];
|
||||
|
|
Loading…
Add table
Reference in a new issue