UIReferenceLibraryViewController iOS自带的词典controller

来源:互联网 发布:网络用语 丫丫 编辑:程序博客网 时间:2024/05/29 09:53
    UIReferenceLibraryViewController *vc =    [[UIReferenceLibraryViewController alloc] initWithTerm:@"country"];    [self.navigationController pushViewController:vc animated:YES];


0 0
原创粉丝点击