タグ

2010年5月7日のブックマーク (2件)

  • UIButton の隠し API - 24/7 twenty-four seven

    UIButton も buttonWithType: メソッドの引数に 100 以上の値を直接指定すると、非公開のボタンタイプを使用することができます。 100 〜 102: ナビゲーションバーのボタン (UINavigationButton) 100, 101, 102 を指定すると、ナビゲーションバーで使われているボタンスタイルになります。 Back ボタンの形を自分で作るのは大変なので、素材として活用すると便利かもしれません。 UIButton *button; button = [UIButton buttonWithType:100]; button.frame = CGRectMake(10.0f, 10.0f, button.frame.size.width, button.frame.size.height); [button setTitle:[NSString stri

    UIButton の隠し API - 24/7 twenty-four seven
  • InstaReader - soundscapeout (仮)

    Google リーダーのスターアイテムを InstaPaper と同期してくれる「InstaReader」。 InstaReader - Bridging The Gaps Between Google Reader and InstaPaper アカウントを取得し、 InstaPaper のアカウントと Google リーダーのスター付きアイテムの URL を登録するだけ。 スター付きアイテムが「プライベート」となっている場合は、メールアドレスとパスワードが必要です。 InstaPaper を愛用されている方、また、InstaPaper は、ePub の書き出しにも対応していますので、iPad の方にもおすすめ?かも。 Ephemera なんてのを使って、まとめて書き出すといいかも。 Ephemera: The Mac tool for Instapaper & ebook reader

    InstaReader - soundscapeout (仮)