Objective-cで、タイプを使用してUI変数を宣言できますか?:
UIButton *btn_Add,*btn_showMessage or UILabel *lb_Title
どうですか:UIButton *btnAdd,*btnShowMessage or *lbTitle
どうもありがとう
Objective-cで、タイプを使用してUI変数を宣言できますか?:
UIButton *btn_Add,*btn_showMessage or UILabel *lb_Title
どうですか:UIButton *btnAdd,*btnShowMessage or *lbTitle
どうもありがとう
addButton
私は、、、などshowMessageButton
が好きです。titleLabel
Cocoaのコーディングガイドラインを引用するには:コード命名の基本:
そうですね、nonameliveが提案したものか、可能であれば「ボタン」のプレフィックス/サフィックスも削除してみてください。