Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロパティ(スタイル:境界線と識別子:カスタム)クリック効果(UIButtonの選択状態など)を使用してUIBarButtonItemを作成する方法??
UIButton *button = [UIButton button...]; ... UIBarButtonItem *barButtonItem = [UIBarButtonItem initWithCustomView:button];
アップルのドキュメントを見る