エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
@import UIKit; @interface IconLabel : UILabel @property (nonatomic, strong) UIImage *icon; @prope... @import UIKit; @interface IconLabel : UILabel @property (nonatomic, strong) UIImage *icon; @property (nonatomic, strong) UIImageView *iconView; @property (nonatomic, assign) CGFloat iconPadding; /** * 生成メソッド * * @param icon アイコンイメージ * * @return インスタンス */ + (instancetype)createWithIconImage:(UIImage *)icon; @end #import "IconLabel.h" @interface IconLabel () @end @implementation IconLabel @synthesiz