initWithCustomView
-
UIBarButtonItem의 initWIthCustomView에 addTarget:action:이 안먹힌다?앱등이에게 살충제를 뿌린다./일기는 일기장에 2016. 7. 7. 17:28
G프로젝트 중... UIBarButtonItem은 - initWithBarButtonSystemItem:target:action:- initWithCustomView:- initWithImage:style:target:action:- initWithTitle:style:target:action:- initWithImage:landscapeImagePhone:style:target:action:이렇게 init메소드를 제공중임 여기서 initWithCustomView라는 메소드가 굉장히 탐스러워 보이는데, target, action 설정을 수동으로 해줘야한다. 이렇게 말이다. 근데 문제는 이렇게 해봤자 action이 안먹힐 것이다. 왜냐하면 customVIew가 UIView타입일 때는 안먹히니깐..let v..