Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
drawRect以外の場所でUIGraphicsGetCurrentContext()を呼び出してみました。それは私にNULLを与えます。UIViewのdrawRect:のみで現在のコンテキストしか取得できないというのは本当ですか?
はい、drawRect の外では、デフォルトのコンテキストは nil です。drawRect が呼び出される前に、ビューはそのコンテキストをスタックにプッシュし、drawRect の終了後にポップします。