{"id":6098,"date":"2014-04-13T02:18:16","date_gmt":"2014-04-13T02:18:16","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/13\/what-is-terminating-in-response-to-backboardds-termination-collection-of-common-programming-errors\/"},"modified":"2014-04-13T02:18:16","modified_gmt":"2014-04-13T02:18:16","slug":"what-is-terminating-in-response-to-backboardds-termination-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/13\/what-is-terminating-in-response-to-backboardds-termination-collection-of-common-programming-errors\/","title":{"rendered":"What is &ldquo;Terminating in response to backboardd&#39;s termination&rdquo;?-Collection of common programming errors"},"content":{"rendered":"<p>i use a piece of code for drop shadow on a view with help of slider. Slider is set -15 to 15. This code works awesome when slider.value is positive but app stop working if its negative. the crash log is weird &#8220;Terminating in response to backboardd&#8217;s termination&#8221;.<\/p>\n<p>i got this log first time.<strong>Whats is that?<\/strong><\/p>\n<p>here is my code.<\/p>\n<pre><code>    childViews.layer.shadowColor = [[UIColor blackColor] CGColor];\n    childViews.layer.shadowOffset = CGSizeMake(slide,slide);\n    childViews.layer.shadowOpacity = 1.0;\n    childViews.layer.shadowRadius=10;\n    childViews.layer.masksToBounds = NO;\n    childViews.layer.shouldRasterize = YES;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>i use a piece of code for drop shadow on a view with help of slider. Slider is set -15 to 15. This code works awesome when slider.value is positive but app stop working if its negative. the crash log is weird &#8220;Terminating in response to backboardd&#8217;s termination&#8221;. i got this log first time.Whats is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6098","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6098"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6098\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6098"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6098"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}