Mac OS X 用バイナリエディタ。 0xED ファイルの中身を詳細を見るのはもちろん、テキストの改行コードをちょっと確認したい時にも役立つ。PNGやJPEGなど画像ファイルのヘッダ情報を見るのにも重宝しそう。 PNGを開くとこんな感じ。 エディタなのでもちろん変...
Here is the code I use to draw: - (void) drawSomething { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextSetRGBStrokeColor(context, 1, 0, 0, 1); CGContextSetLineWidth(context, 6.0); CGContextMoveToPoint(context, 100.0f, 100.0f); CGContextAddLineToPoint(context, 200.0f, 200.0f); CGContextStrokePath(context); NSLog(@"draw"); } But I got the error like this: [Session started at 2010-04
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く