336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
1 2 3 4 5 | @IBAction func 특정이벤트 메소드(_ sender: AnyObject) { // sender가 UITextView 이거나 UITextField 일경우 // 그렇지 않을 경우 sender를 UITextView나 UITextField로 변경 해주세요. _ = sender.resignFirstResponder() } | cs |
위와 같이 UITextView 나 UITextField 에 resignFirstResponder 함수를 호출 하면 된다.
'나의 플랫폼 > iOS' 카테고리의 다른 글
[iOS] Kingfisher 이미지 다운로드시, Authentication with NSURLCredential (0) | 2017.06.27 |
---|---|
[iOS] UIWebView 에서 request시 SSL 인증 제외 (0) | 2017.06.26 |
[iOS][Alamofire] NSURLSession/NSURLConnection HTTP load failed (2) | 2017.06.15 |
[iOS] Assets image stretching (0) | 2017.06.13 |
[iOS] HTML 태그에 UIFont 적용 하기 (0) | 2017.06.09 |