みかづきブログ その3

本ブログは更新を終了しました。通算140万ユーザーの方に観覧頂くことができました。長い間、ありがとうございました。

👆

引越し先はこちらです!

2014-03-07から1日間の記事一覧

UIViewにまるを描こう。

- (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // Initialization code // とりあえず背景を透明に self.backgroundColor = [UIColor colorWithWhite:0 alpha:0]; } return self; } - (void)drawRect:(CGRect)rect …