- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
ピックアップ記事
addressbook内のデータをtableViewに表示させる
2011年01月17日
過去Blog
検索エンジンに登録する
2010年01月21日
過去Blog
Yahoo
Google free templates for scouts…
UITextField を自動で入力待ち状態にする(フォーカスをあてる)方法
2010年12月26日
過去Blog
UITextField が設置されているviewが表示されたら、自動で入力待ち状態にする方法です。
- (void)viewDidLoad {
[super viewDidLoad];
[textField becomeFirstResponder];
}
new york limo…
html、CSS テキストの自動折り返しを禁止する
2010年04月16日
過去Blog
<strong>white-space</strong>
normal 標準 (初期値)
nowrap 自動的な折り返しを禁止する prozac and alcohol…
phpでRSSを取得後の日付表示方法を変更する
2009年12月05日
過去Blog
FC2ブログからRSSを取得すると、日付は以下のようになる。
<dc:date>2009-12-24T00:20:00+09:00</dc:date>
このままでは、少しかっこが悪いので、以下のように修正。
$date ="2009-12-05T05:55:00+09:00";
$date = strtotime($date);
$date = date('Y/m/d …
この投稿へのコメント
コメントはまだありません。