This question was asked before but the solutions did not work on my side.
My png for a simple ball looks like this:

I saved it without the white bg and with a transparent bg.
Why is the white showing up in the corners?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check how your are initializing your EAGLView. To support alpha transparency you should use a pixelFormat like
kEAGLColorFormatRGBA8. Your code could look like:You could try and use this png file instead of your own just to check if it might be a problem related to the png: