336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.



특정 단어를 영어사전 또는 기타 사전으로 찾아서 결과를 보여주는 뷰컨트롤러 입니다.

영어단어, 회화 어플리케이션에서 여러모로 쓸모가 있을꺼 같습니다.

처음 창을 띄우면 아무 것도 나타나지 않습니다. 왼쪽 하단 밑에 관리에 들어가서 해당 언어를 다운 받으면 나타납니다.


(Objective-C)

1
2
UIReferenceLibraryViewController * ViewController = [[UIReferenceLibraryViewController alloc] initWithTerm:"찾고자 하는 단어"];
[self presentModalViewController:ViewController animated:YES];
cs


(Swift)

1
2
let ViewController = UIReferenceLibraryViewController(term: "찾고자 하는 단어")  
self.presentViewController(ViewController, animated: true, completion: nil)
cs



지원되는 언어 및 사전 종류

 



옵션이라는 단어를 찾으면 이런 결과를 보여줍니다.



+ Recent posts