$img_path // 取得する画像のパス(URL)
$path = "ここは保存先のパス"; // /home/ドメイン/public_html/imagesなど
$img = file_get_contents($img_path) ;//画像を取得
$fullpath = $path.basename($img_path);//画像の保存フルパス
file_put_conten…
UIアイテムに表示させるフォントの色などの設定
self.TextLabel = [self newLabelWithPrimaryColor:[UIColor colorWithRed:0.0 green:0.5 blue:1.0 alpha:1.0]
selectedColor:[UIColor whiteColor] fontSize:14.0 bold:YES];
上記のようにすることで、サイズ14で水色の文字が出来上がります。 とても詳しいサイトがあったので、詳しくは、以下のサイトをご覧ください。 http://iphone-tora.sakura.ne.jp/uicolor.html
graffiti on the web
この投稿へのコメント
コメントはまだありません。