objective c - Thread 1 : EXC_BAD_ACCESS When Trying To Access Pointer -


i getting error , don't have idea how solve it.

enter image description here

i searched through stack similar problem mine. it's memory management problem. when check debug window(beside log window, sorry don't know it's called), noticed value pointed pointers null. how can retain them?

please help. thanks

pass float value in colorwithred:

 uicolor *bgcolor = [uicolor colorwithred:(float) green:(float) blue:(float) alpha:(float)]; 

pass float value in palce of passing pointer type .

hope helps .


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -