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.
この白いプラスの青い円がどこから来ているのか誰か知っていますか?多くのアップルアプリにあります。InterfaceBuilderで見つかりません。ありがとう。
私はあなたがスタイルUIButtonで話していると思います。UIButtonTypeContactAdd
UIButton
UIButtonTypeContactAdd
これを使用して追加シンボルを取得します
UIButton *myButton1 = [UIButton buttonWithType:UIButtonTypeContactAdd];