タグ

2012年5月28日のブックマーク (2件)

  • drawrクローズのお知らせ

    drawrをご利用いただき誠にありがとうございました。 2008年10月より11年間、長らく提供してまいりましたdrawrですが、 2019年12月2日13:00をもちまして、サービスを終了いたしました。 サービス終了に至った経緯について drawrをご利用いただいたみなさまへ 移行先のご紹介 終了までのスケジュール よくある質問、お問い合わせ さいごに drawrはアドビシステムズ株式会社より提供されている「Adobe Flash(以下Flash)」という技術を使用し、サービス提供を行っております。しかし、2020年末にブラウザ上でFlashのコンテンツを再生するFlash Playerの配布を終了することが、アドビシステムズ株式会社より正式に発表されました。 (参照) あわせて、Flashの脆弱性も指摘されており、別の技術への移行が推奨されています。 これに伴い、新しいブラウザ環境では

    hao_yayoi
    hao_yayoi 2012/05/28
  • Get the current first responder without using a private API

    I submitted my app a little over a week ago and got the dreaded rejection email today. It tells me that my app cannot be accepted because I'm using a non-public API; specifically, it says, The non-public API that is included in your application is firstResponder. Now, the offending API call is actually a solution I found here on SO: UIWindow *keyWindow = [[UIApplication sharedApplication] keyWindo

    Get the current first responder without using a private API