我在应用程序中添加了一个UISegmentedControl.段控制工作正常,所有我正在做的是当一个值没有改变时,获取它的选择状态.
UISegmentedControl最初看起来像这样
–
之后我显示可达性不可用状态它看起来像这样
–
但是在应用程序恢复并且互联网被连接并且应用程序辞职活动之后,它看起来像这样
UISegmentedControl确实正常工作,但颜色不恢复其状态.
– Reachibility块在应用程序代理中,与UISegmentControl无关
编辑
I have also checked that even after i set the color programatically in
viewDidLoad or viewDidAppear or even in the state changed setting the
TintColor of the UISegmentedControl it insted of an RGBA value it
gives color as ( UIDeviceWhiteColorSpace 0.3 0.8 )