title: Pitfall 1 in iOS Development
date: 2016-12-29 07:59
tags: Technology#
Pitfall 1 in iOS Development#
After iOS 10, the setOn method of switch does not behave as documented, as it does not send the action as stated.
https://stackoverflow.com/questions/39566361/uiswitch-seton-animated-does-not-work-as-document
Encountered a strange issue where the same view is created, but it appears blurry in even-numbered rows and normal in odd-numbered rows.